Docs:English,Japanese(日本語)
This chrome extension makes it possible to use new-page shortcut for Notion in web browser.
The source code is publicly available and MIT license.
This Chrome extension requires Notion's official API, but the only permissions required are to insert data and no user information is required.
This chrome extension requires only storage
permisson to save Notion API Token. You can use so safely because other permissions are not accessed.
Shortcut | Action |
---|---|
Cmd/Ctrl+Shift+L |
Open setting popup |
Cmd/Ctrl+Shift+I |
Create & open new notion page |
You also need set Newtion in the next section.
Access to chrome web store.
Please wait for browser extensions other than GoogleChrome.
You need 3 step settings. Please follow below.
- Access to https://www.notion.so/my-integrations and click
+ New Integration
- Input basic information
- name
- logo(optional)
- Associated workspace
- Capabilities
- check Insert Content
- check No user Information
- then, submit and copy
Internal Integration Token
(use later)
- Access to https://www.notion.so/
- Create new page with full screen database
- Delete
Tags
colomn (Optional) - 💡 Set leftmost colomn name to
Name
(default in English)- This will be updated to customizable...
- Get database id and copy (use later)
https://www.notion.so/YOUR_DOMAIN/DATABASE_ID
DATABASE_ID
is database id
- Invite your Integrations
- Click share button in header
- Then, Select an integration you created some time ago
- Input
Cmd/Ctrl + Shift + L
to open setting popup- or click
Newtion
in list of chrome extensions
- or click
- Input Database ID and API Secret (char is hidden)
Congratulations!
Input Cmd/Ctrl + Shift + I
to create and open new page!
I assume the following cases.
- When you are searching a Web site and want to summarize the information in Notion
- Having trouble finding a shortcut to open a new page in the browser version of Notion.
- Opening a new page in Notion causes the number of pages in the sidebar to increase.
- node
v16.14.0
- npm
8.3.1
- Notion API v1
npm run watch
npm run build
npm run clean
npm run test
in preparation...
This source code is derived from https://github.com/chibat/chrome-extension-typescript-starter.
Thanks.
Hi, I'm japanese university student.