A Chrome extension for clipping LeetCode problem to you Notion database.
-
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.js
const 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/build
directory.