The gpt-notion.chromeExt
is a Chrome extension that integrates Chat GPT and Notion. With this tool, you can instantly highlight any word or phrase in your browser, get an explanation from Chat GPT, and then save it directly to a specified Notion database. Perfect for quick research, vocabulary building, or just satisfying your curiosity on-the-go!
- Instant Highlighting: Highlight any word or phrase to trigger the extension.
- GPT Explanation: Get a brief explanation or definition from Chat GPT.
- Direct Logging: Save the highlighted word and its explanation to your Notion database with just a click.
graph TD;
UserInput --> ChromeExt;
ChromeExt --> OpenAI-API;
ChromeExt --> DjangoDB;
DjangoDB --> NotionAPI;
OpenAI-API --> NotionAPI;
- Clone this repository:
git clone https://github.com/your-username/gpt-notion.chromeExt.git
- Open Chrome and go to
chrome://extensions/
. - Enable "Developer mode".
- Click "Load unpacked" and select the directory where you cloned the repository.
- The extension icon should appear in your Chrome toolbar.
- Highlight a word or phrase in your browser.
- Click on the
gpt-notion.chromeExt
icon in your toolbar. - Review the GPT explanation in the popup.
- Click "Save to Notion" to log the information to your database.
local port must be open for the django server to work
- Connect to your Notion API by adding your Integration Token in the extension's options page.
- Specify the database where you want to log the data.