copy-base64

Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64

Cos'è copy-base64?

copy-base64 è un'estensione di Chrome sviluppata da https://0-9.tumblr.com, e la sua funzione principale è "Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione copy-base64

Scarica i file di estensione copy-base64 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

                        Copy the image to the Clipboard in Base64 format.

see source https://github.com/kyo-ago/copy-base64                    

Informazioni di Base sull'Estensione

Nome copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
URL Ufficiale https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
Descrizione Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
Dimensione del File 7.14 KB
Conteggio Installazioni 578
Versione Corrente 0.0.4
Ultimo Aggiornamento 2014-01-23
Data di Pubblicazione 2014-01-23
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore https://0-9.tumblr.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "copy-base64",
    "version": "0.0.4",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite"
    ]
}