Convert Base64
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Cos'è Convert Base64?
Convert Base64 è un'estensione di Chrome sviluppata da André Paraíso, e la sua funzione principale è "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Convert Base64
Scarica i file di estensione Convert 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
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it. The conversion is open in a new window that will allow you to copy it.
Informazioni di Base sull'Estensione
Nome | Convert Base64 |
ID | dfnapbflpcpghnapjagkicfjdlgpcndf |
URL Ufficiale | https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf |
Descrizione | Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the… |
Dimensione del File | 7.34 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2016-01-28 |
Data di Pubblicazione | 2016-01-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | André Paraíso |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Base64", "version": "1.3.1", "manifest_version": 2, "icons": { "128": "logoprd.png" }, "background": { "persistent": false, "scripts": [ "\/src\/background.js" ] }, "browser_action": { "default_icon": "logoprd.png", "default_title": "Convert Base64", "default_popup": "src\/popup.html" }, "permissions": [ " |