yishuolin / notion-leetcode-clipper

A Chrome extension for clipping LeetCode problems to your Notion database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notion Leetcode Clipper

A Chrome extension for clipping LeetCode problem to you Notion database.

image

Getting Started

  1. Duplicate the database template.

  2. Follow the official guide(Step 1 & Step 2) from Notion to create an integration and share the database with your integration.

  3. Clone the project and install dependencies.

    git clone https://github.com/yishuolin/notion-leetcode-clipper.git
    cd notion-leetcode-clipper
    yarn install
  4. Paste your NOTION_KEY and NOTION_DATABASE_ID in src/js/request.js

    const NOTION_KEY = '';
    const NOTION_DATABASE_ID = '';
  5. Build bundle files.

    yarn build
  6. Go to Extension Management Page by navigating to chrome://extensions

  7. Enable Developer Mode by cliking the toggle switch on the upper right corner.

  8. Click the Load unpacked button, select notion-leetcode-clipper/build directory.

About

A Chrome extension for clipping LeetCode problems to your Notion database.


Languages

Language:JavaScript 75.3%Language:CSS 17.3%Language:HTML 7.4%