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 } |