notion-leetcode-clipper
notion-leetcode-clipper copied to clipboard
A Chrome extension for clipping LeetCode problems to your Notion database.
Notion Leetcode Clipper
A Chrome extension for clipping LeetCode problem to you Notion database.

Getting Started
-
Duplicate the database template.
-
Follow the official guide(Step 1 & Step 2) from Notion to create an integration and share the database with your integration.
-
Clone the project and install dependencies.
git clone https://github.com/yishuolin/notion-leetcode-clipper.git cd notion-leetcode-clipper yarn install -
Paste your NOTION_KEY and NOTION_DATABASE_ID in
src/js/request.jsconst NOTION_KEY = ''; const NOTION_DATABASE_ID = ''; -
Build bundle files.
yarn build -
Go to Extension Management Page by navigating to
chrome://extensions -
Enable Developer Mode by cliking the toggle switch on the upper right corner.
-
Click the Load unpacked button, select
notion-leetcode-clipper/builddirectory.