copy-base64

Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64

什么是copy-base64?

copy-base64是由https://0-9.tumblr.com开发的Chrome扩展程序,该扩展的主要功能是“Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64”。

扩展截图

screenshot
screenshot

下载copy-base64扩展crx文件

下载copy-base64扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Copy the image to the Clipboard in Base64 format.

see source https://github.com/kyo-ago/copy-base64                    

扩展基本信息

名称 copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
官方URL https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
简介 Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
文件大小 7.14 KB
安装次数 578
当前版本 0.0.4
更新时间 2014-01-23
上架时间 2014-01-23
评分 3.67/5 共6次评分
开发者 https://0-9.tumblr.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "copy-base64",
    "version": "0.0.4",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite"
    ]
}