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
官方網址 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
電子郵箱 [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\/*"
    ]
}