Image2Base64
Convert images to base64 data URIs
Co to jest Image2Base64?
Image2Base64 to rozszerzenie Chrome opracowane przez http://wemakesites.net, a jego główną funkcją jest „Convert images to base64 data URIs”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image2Base64
Pobierz pliki rozszerzeń Image2Base64 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mnmcaoeigcikpnnebhdfblfmobfekkgl |
Oficjalny URL | https://chrome.google.com/webstore/detail/image2base64/mnmcaoeigcikpnnebhdfblfmobfekkgl |
Opis | Convert images to base64 data URIs |
Rozmiar pliku | 26.01 KB |
Liczba instalacji | 87 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2012-11-10 |
Data Publikacji | 2012-11-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://wemakesites.net |
Typ Płatności | free |
Strona Rozszerzenia | http://image2base64.wemakesites.net/ |
Obsługiwane Języki | 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 } |