Skip to content

Latest commit

 

History

History
executable file
·
71 lines (52 loc) · 3.3 KB

README.md

File metadata and controls

executable file
·
71 lines (52 loc) · 3.3 KB

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.