This Chrome extension intercepts Notion pages links and redirects them to the Notion desktop app.
- Download and install Notion desktop app.
- Install extension from Chrome Web Store.
- Launch Chrome
- Go to Extensions (
chrome://extensions/
) - Toggle
Developer mode
- Click
Load unpacked extension
- Select
src
folder from this repository
- Paste a Notion link into a Chrome address bar.
- Press
Enter
. - If you see a confirmation dialog in Chrome, select "Always open these links associated with this app" option and then click "Open Notion" button.
Notice: Restore the "Always open these types of links in the associated app" - If you need to open a pages link in Chrome tab instead of Notion desktop app, you can switch the extension off by clicking on the extension icon.
Right-clicking on the extension icon shows you preferences popup.
- I've been using your Open in Notion - Chrome Extension and I'm fascinated - Victoria
- I love the extension - Asia Hoe
- Huge help - Tal Binder
- Yes! Works perfect - Tom Wood
- This extension is fire! I haven't found anything wrong with it yet — Ryan Creel
- Works exactly as expected! Thank you — Muhammad Usman
- Great extension, does the job perfectly. Thanks! — Melvyn Hills
- Very helpful plugin for Chrome users — Oleg Kostrikin
If you find this extension helpful, you can buy me a coffee ☕️ via Buymeacoffee, FanTalks, Tinkoff, ЮMoney, Donatty, DonatePay.
Version | Notes |
---|---|
v.0.1 | Initial version. |
v.0.1.2 | Fix issues. Update options page |
v.0.1.3 | The code is adapted to the requirements of Google |
v.0.1.4 | Added an option to open links from the specified workspaces in the app |
v.0.1.4.1 | Excluded reserved web links. E.g.: notion.so/about |
v.0.1.5 | Replace /native redirect with support for new notion:// protocol |
v.0.1.5.1 | Added "Help" to the list of reserved web links |
v.0.1.5.2 | Added "Templates" to the list of reserved web links |
v.0.1.5.3 | Added "Blog" to the list of reserved web links |
v.0.1.5.4 | The list of reserved web links is parsed from sitemap.xml |
v.0.1.5.5 | Added "Ai", "Docs" and "Sitemap" from sitemap.xml |
v.0.1.5.6 | Migrated to Manifest V3. Updated url's from sitemap.xml. |
Found a bug? Please submit a new issues on GitHub.