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
官方網址 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"
    ]
}