Open in Notion Desktop

A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.

What is Open in Notion Desktop?

Open in Notion Desktop is a Chrome extension developed by GrassfieldK, and its main feature is "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".

Extension Screenshots

screenshot

Download Open in Notion Desktop Extension CRX File

Download Open in Notion Desktop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Open a Notion link in Notion Desktop when you access any Notion page.                    

Extension Basic Information

Name Open in Notion Desktop Open in Notion Desktop
ID jhemecpnmipdhhogomfbfmeldmbbainb
Official URL https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb
Description A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
File Size 10.42 KB
Installation Count 309
Current Version 1.0.0
Last Updated 2021-11-23
Publish Date 2021-11-22
Developer GrassfieldK
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Notion Desktop",
    "description": "A extention open Notion Links (https:\/\/www.notion.so\/*) in Notion Desktop.",
    "version": "1.0.0",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.notion.so\/*"
    ]
}