Image2Base64
Convert images to base64 data URIs
Image2Base64とは何ですか?
Image2Base64はhttp://wemakesites.netによって開発されたChromeの拡張機能で、その主な機能は「Convert images to base64 data URIs」です。
拡張機能のスクリーンショット
Image2Base64拡張機能のCRXファイルをダウンロード
Image2Base64拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mnmcaoeigcikpnnebhdfblfmobfekkgl |
公式URL | https://chrome.google.com/webstore/detail/image2base64/mnmcaoeigcikpnnebhdfblfmobfekkgl |
説明 | Convert images to base64 data URIs |
ファイルサイズ | 26.01 KB |
インストール数 | 87 |
現在のバージョン | 1.3 |
最終更新日 | 2012-11-10 |
公開日 | 2012-11-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://wemakesites.net |
支払い方法 | free |
拡張機能のウェブサイト | http://image2base64.wemakesites.net/ |
対応言語 | 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 } |