Copy for Scrapbox

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

What is Copy for Scrapbox?

Copy for Scrapbox is a Chrome extension developed by https://satoryu.com, and its main feature is "Users can get a link to the page in the current tab in Scrapbox notation.".

Extension Screenshots

Download Copy for Scrapbox Extension CRX File

Download Copy for Scrapbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Copy for Scrapbox Copy for Scrapbox
ID kalhokahkhkmbkiliieonfdmdeajlnog
Official URL https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog
Description Users can get a link to the page in the current tab in Scrapbox notation.
File Size 16.87 KB
Installation Count 63
Current Version 1.7.0
Last Updated 2023-10-27
Publish Date 2021-06-02
Rating 5.00/5 Total 1 Ratings
Developer https://satoryu.com
Email [email protected]
Payment Type free
Extension Website https://www.satoryu.com/copy-for-scrapbox/
Help Page URL https://www.satoryu.com/copy-for-scrapbox/
Supported Languages 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"
}