Image To Base64

Convert local image file to base64 data.

Cos'è Image To Base64?

Image To Base64 è un'estensione di Chrome sviluppata da sxshengyushan, e la sua funzione principale è "Convert local image file to base64 data.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Image To Base64

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

                        Users can directly convert local pictures into base64 data through this extension, without running local commands or opening web pages with the same function. This extension can provide conversion services more conveniently                    

Informazioni di Base sull'Estensione

Nome Image To Base64 Image To Base64
ID fdldjonkclmoealklnknlphepoijbjbf
URL Ufficiale https://chromewebstore.google.com/detail/image-to-base64/fdldjonkclmoealklnknlphepoijbjbf
Descrizione Convert local image file to base64 data.
Dimensione del File 729 KB
Conteggio Installazioni 83
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-10-20
Data di Pubblicazione 2020-10-01
Sviluppatore sxshengyushan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image To Base64",
    "version": "1.0.0",
    "description": "Convert local image file to base64 data.",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Begin to convert image to Base64"
    },
    "icons": {
        "16": ".\/assets\/icon16.png",
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-...='; object-src 'self'"
}