Copy for Scrapbox

Users can get a link to the page in the current tab in Scrapbox notation.

Copy for Scrapboxとは何ですか?

Copy for Scrapboxはhttps://satoryu.comによって開発されたChromeの拡張機能で、その主な機能は「Users can get a link to the page in the current tab in Scrapbox notation.」です。

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

Copy for Scrapbox拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension is for Scrapbox users to make a link of current active tab easily in Scrapbox notation.                    

拡張機能の基本情報

名前 Copy for Scrapbox Copy for Scrapbox
ID kalhokahkhkmbkiliieonfdmdeajlnog
公式URL https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog
説明 Users can get a link to the page in the current tab in Scrapbox notation.
ファイルサイズ 16.87 KB
インストール数 63
現在のバージョン 1.7.0
最終更新日 2023-10-27
公開日 2021-06-02
評価 5.00/5 合計 1 レビュー
開発者 https://satoryu.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.satoryu.com/copy-for-scrapbox/
ヘルプページのURL https://www.satoryu.com/copy-for-scrapbox/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy for Scrapbox",
    "description": "Users can get a link to the page in the current tab in Scrapbox notation.",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/icos16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/src\/*.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "version": "1.7.0"
}