This Chrome extension intercepts Notion pages links and redirects them to the Notion desktop app.
This extension is packaged and signed into src.crx and src.pem respectively. Load the extension manually by following the instructions below.
After reviewing the code, it requests permissions so that a user can set workspaces within the options and set rules on which workspaces to target. Nothing malicious as far as I can tell. That being said, loading it manually using this packaged extension is best as it will be isolated from the Chrome store and used internally only.
- 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.
If you find this extension helpful, you can buy me a coffee ☕️ via PayPal, ЮMoney or Donatty 🙂
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 |
Found a bug? Please submit a new issues on GitHub.