Instant Base64

Instantly converts an image to its Base64 string value and copies it to the clipboard.

Cos'è Instant Base64?

Instant Base64 è un'estensione di Chrome sviluppata da Marius Olbertz, e la sua funzione principale è "Instantly converts an image to its Base64 string value and copies it to the clipboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Instant Base64

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

                        Instantly converts an image to its Base64 string value and copies it to the clipboard.                    

Informazioni di Base sull'Estensione

Nome Instant Base64 Instant Base64
ID ikfcjclgcgglkgmcanalhmmjomgilcph
URL Ufficiale https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph
Descrizione Instantly converts an image to its Base64 string value and copies it to the clipboard.
Dimensione del File 7.64 KB
Conteggio Installazioni 110
Versione Corrente 0.2.0
Ultimo Aggiornamento 2014-08-11
Data di Pubblicazione 2014-08-11
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Marius Olbertz
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Base64",
    "version": "0.2.0",
    "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}