Copy for Scrapbox

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

Vad är Copy for Scrapbox?

Copy for Scrapbox är en Chrome-tillägg utvecklad av https://satoryu.com, och dess huvudfunktion är "Users can get a link to the page in the current tab in Scrapbox notation.".

Tilläggsskärmbilder

Ladda ner Copy for Scrapbox-förlängningens CRX-fil

Ladda ner Copy for Scrapbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Copy for Scrapbox Copy for Scrapbox
ID kalhokahkhkmbkiliieonfdmdeajlnog
Officiell webbadress https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog
Beskrivning Users can get a link to the page in the current tab in Scrapbox notation.
Filstorlek 16.87 KB
Antal Installationer 63
Aktuell Version 1.7.0
Senast Uppdaterad 2023-10-27
Publiceringsdatum 2021-06-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://satoryu.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.satoryu.com/copy-for-scrapbox/
Hjälpsida URL https://www.satoryu.com/copy-for-scrapbox/
Stödda Språk 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"
}