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
电子邮箱 [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\/*"
    ]
}