Image2Base64
Convert images to base64 data URIs
Cos'è Image2Base64?
Image2Base64 è un'estensione di Chrome sviluppata da http://wemakesites.net, e la sua funzione principale è "Convert images to base64 data URIs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image2Base64
Scarica i file di estensione Image2Base64 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
Image2Base64 is an online tool, provided by Acid.JS Web.UI for conversion of image files to base64 data URIs. It implements the new HTML5 file API, and the selected images are processed entirely on the client without uploading them onto the server.
Informazioni di Base sull'Estensione
Nome | |
ID | mnmcaoeigcikpnnebhdfblfmobfekkgl |
URL Ufficiale | https://chrome.google.com/webstore/detail/image2base64/mnmcaoeigcikpnnebhdfblfmobfekkgl |
Descrizione | Convert images to base64 data URIs |
Dimensione del File | 26.01 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2012-11-10 |
Data di Pubblicazione | 2012-11-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://wemakesites.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://image2base64.wemakesites.net/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image2Base64", "description": "Convert images to base64 data URIs", "version": "1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Convert images to base64 data URIs", "default_icon": "icon.png" }, "manifest_version": 2 } |