Open in Notion Desktop

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

Was ist Open in Notion Desktop?

Open in Notion Desktop ist eine Chrome-Erweiterung, die von GrassfieldK entwickelt wurde, und ihr Hauptmerkmal ist "A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.".

Erweiterungsscreenshots

screenshot

Open in Notion Desktop-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open in Notion Desktop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Open in Notion Desktop Open in Notion Desktop
ID jhemecpnmipdhhogomfbfmeldmbbainb
Offizielle URL https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb
Beschreibung A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
Dateigröße 10.42 KB
Installationsanzahl 309
Aktuelle Version 1.0.0
Letztes Update 2021-11-23
Veröffentlichungsdatum 2021-11-22
Entwickler GrassfieldK
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}