copy-base64

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

What is copy-base64?

copy-base64 is a Chrome extension developed by https://0-9.tumblr.com, and its main feature is "Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64".

Extension Screenshots

screenshot
screenshot

Download copy-base64 Extension CRX File

Download copy-base64 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Copy the image to the Clipboard in Base64 format.

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

Extension Basic Information

Name copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
Official URL https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
Description Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
File Size 7.14 KB
Installation Count 578
Current Version 0.0.4
Last Updated 2014-01-23
Publish Date 2014-01-23
Rating 3.67/5 Total 6 Ratings
Developer https://0-9.tumblr.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}