Notion Capture

Capture link to notion, Read it later

什麼是Notion Capture?

Notion Capture是由xukeek開發的Chrome擴展程式,該擴展的主要功能是“Capture link to notion, Read it later”。

擴展截圖

screenshot
screenshot

下載Notion Capture擴展crx文件

下載Notion Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quickly save links to your Notion databases
≡ Features
- Direct save link by right click
- Config default properties when save
https://discord.gg/pAztBJEnrJ
twitter: https://twitter.com/xuke11
help:https://ziyouma.vercel.app/notion
buy a coffee:https://ko-fi.com/xukek                    

擴展基本資訊

名稱 Notion Capture Notion Capture
ID appnhbofndlicljlhoneaencemljlfcj
官方網址 https://chromewebstore.google.com/detail/notion-capture/appnhbofndlicljlhoneaencemljlfcj
簡介 Capture link to notion, Read it later
檔案大小 482 KB
安裝次數 403
目前版本 1.03
更新時間 2023-05-27
上架時間 2021-09-07
開發者 xukeek
電子郵箱 [email protected]
付費類型 in_app
說明頁面URL https://discord.gg/pAztBJEnrJ
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.03",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        ""
    ]
}