Copy for Scrapbox

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

Was ist Copy for Scrapbox?

Copy for Scrapbox ist eine Chrome-Erweiterung, die von https://satoryu.com entwickelt wurde, und ihr Hauptmerkmal ist "Users can get a link to the page in the current tab in Scrapbox notation.".

Erweiterungsscreenshots

Copy for Scrapbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Copy for Scrapbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Copy for Scrapbox Copy for Scrapbox
ID kalhokahkhkmbkiliieonfdmdeajlnog
Offizielle URL https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog
Beschreibung Users can get a link to the page in the current tab in Scrapbox notation.
Dateigröße 16.87 KB
Installationsanzahl 63
Aktuelle Version 1.7.0
Letztes Update 2023-10-27
Veröffentlichungsdatum 2021-06-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://satoryu.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.satoryu.com/copy-for-scrapbox/
Hilfeseite URL https://www.satoryu.com/copy-for-scrapbox/
Unterstützte Sprachen 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"
}