Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
什么是Instant Base64?
Instant Base64是由Marius Olbertz开发的Chrome扩展程序,该扩展的主要功能是“Instantly converts an image to its Base64 string value and copies it to the clipboard.”。
扩展截图
下载Instant Base64扩展crx文件
下载Instant Base64扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instantly converts an image to its Base64 string value and copies it to the clipboard.
扩展基本信息
名称 | Instant Base64 |
ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
官方URL | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
简介 | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
文件大小 | 7.64 KB |
安装次数 | 110 |
当前版本 | 0.2.0 |
更新时间 | 2014-08-11 |
上架时间 | 2014-08-11 |
评分 | 4.00/5 共2次评分 |
开发者 | Marius Olbertz |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Base64", "version": "0.2.0", "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.", "permissions": [ "contextMenus", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "main.js" ] }, "manifest_version": 2 } |