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.」です。

拡張機能のスクリーンショット

screenshot

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 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
}