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
Eメール [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"
    ]
}