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
公式URL 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
Eメール [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": [
        ""
    ]
}