Open in Notion Desktop

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

Open in Notion Desktopとは何ですか?

Open in Notion DesktopはGrassfieldKによって開発されたChromeの拡張機能で、その主な機能は「A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.」です。

拡張機能のスクリーンショット

screenshot

Open in Notion Desktop拡張機能のCRXファイルをダウンロード

Open in Notion Desktop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Open in Notion Desktop Open in Notion Desktop
ID jhemecpnmipdhhogomfbfmeldmbbainb
公式URL https://chromewebstore.google.com/detail/open-in-notion-desktop/jhemecpnmipdhhogomfbfmeldmbbainb
説明 A extention open Notion Links (https://www.notion.so/*) in Notion Desktop.
ファイルサイズ 10.42 KB
インストール数 309
現在のバージョン 1.0.0
最終更新日 2021-11-23
公開日 2021-11-22
開発者 GrassfieldK
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}