Copy for Scrapbox

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

Cos'è Copy for Scrapbox?

Copy for Scrapbox è un'estensione di Chrome sviluppata da https://satoryu.com, e la sua funzione principale è "Users can get a link to the page in the current tab in Scrapbox notation.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Copy for Scrapbox

Scarica i file di estensione Copy for Scrapbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Copy for Scrapbox Copy for Scrapbox
ID kalhokahkhkmbkiliieonfdmdeajlnog
URL Ufficiale https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog
Descrizione Users can get a link to the page in the current tab in Scrapbox notation.
Dimensione del File 16.87 KB
Conteggio Installazioni 63
Versione Corrente 1.7.0
Ultimo Aggiornamento 2023-10-27
Data di Pubblicazione 2021-06-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://satoryu.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.satoryu.com/copy-for-scrapbox/
URL della Pagina di Aiuto https://www.satoryu.com/copy-for-scrapbox/
Lingue Supportate 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"
}