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