Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutakobayashidev/dlsite-notion-clipper
🎧 Chrome extension to save information about DLsite's works in Notion.
https://github.com/yutakobayashidev/dlsite-notion-clipper
chrome-extension crx dlsite react typescript
Last synced: 19 days ago
JSON representation
🎧 Chrome extension to save information about DLsite's works in Notion.
- Host: GitHub
- URL: https://github.com/yutakobayashidev/dlsite-notion-clipper
- Owner: yutakobayashidev
- License: mit
- Created: 2023-03-10T11:55:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T17:05:20.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T04:53:09.911Z (22 days ago)
- Topics: chrome-extension, crx, dlsite, react, typescript
- Language: TypeScript
- Homepage:
- Size: 58.6 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dlsite-notion-clipper
Chrome extension to save information about DLsite's works in Notion.
## Setup
1. Duplicate the Notion template database from the following URL
https://yutakobayashi.notion.site/1dc867cb243c4d7cb7bf8629f68d7396?v=753abc35a59348f99dfc4af419a8c4c1
2. Clone the repository, create an .env file and specify the duplicated database ID and API Key.
```
VITE_NOTION_API_KEY="for"
VITE_DATABASE_ID="bar"
```3. Run `yarn build` and load the generated `dist` directory in the Chrome browser.
## TODO
- [ ] Allow easy configuration of tokens and database settings
- [ ] Page Duplicate Check
- [ ] Display the save button in dlsite.com## LICENCE
MIT