Copy for Scrapbox

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

Qu'est-ce que Copy for Scrapbox ?

Copy for Scrapbox est une extension Chrome développée par https://satoryu.com, et sa fonction principale est "Users can get a link to the page in the current tab in Scrapbox notation.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Copy for Scrapbox

Téléchargez les fichiers d'extension Copy for Scrapbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Copy for Scrapbox Copy for Scrapbox
ID kalhokahkhkmbkiliieonfdmdeajlnog
URL Officiel 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.
Taille du Fichier 16.87 KB
Nombre d'Installations 63
Version Actuelle 1.7.0
Dernière Mise à Jour 2023-10-27
Date de Publication 2021-06-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://satoryu.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.satoryu.com/copy-for-scrapbox/
URL de la Page d'Aide https://www.satoryu.com/copy-for-scrapbox/
Langues Prises en Charge 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"
}