Skip to content

Chrome Extension to redirect Notion pages links to the desktop app.

License

Notifications You must be signed in to change notification settings

gridwise/open-in-notion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in Notion - Chrome Extension

Behance Dribbble Instagram

This Chrome extension intercepts Notion pages links and redirects them to the Notion desktop app.

Gridwise Note

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.

Preview

Install

  1. Download and install Notion desktop app.
  2. Install extension from Chrome Web Store.

How to Manually Install

  1. Launch Chrome
  2. Go to Extensions (chrome://extensions/)
  3. Toggle Developer mode
  4. Click Load unpacked extension
  5. Select src folder from this repository

Usage

  1. Paste a Notion link into a Chrome address bar.
  2. Press Enter.
  3. 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"
  4. 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.

Custom option

Right-clicking on the extension icon shows you preferences popup.
options

Donate (optional)

If you find this extension helpful, you can buy me a coffee ☕️ via PayPal, ЮMoney or Donatty 🙂

Release notes

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

Contribute

Found a bug? Please submit a new issues on GitHub.

About

Chrome Extension to redirect Notion pages links to the desktop app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.7%
  • CSS 19.7%
  • HTML 17.6%