Convert Base64

Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…

Convert Base64とは何ですか?

Convert Base64はAndré Paraísoによって開発されたChromeの拡張機能で、その主な機能は「Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…」です。

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

screenshot
screenshot

Convert Base64拡張機能のCRXファイルをダウンロード

Convert Base64拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Small tool that allow the conversions of imagens to base64. 
You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it.
The conversion is open in a new window that will allow you to copy it.                    

拡張機能の基本情報

名前 Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
公式URL https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
説明 Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
ファイルサイズ 7.34 KB
インストール数 14
現在のバージョン 1.3.1
最終更新日 2016-01-28
公開日 2016-01-28
評価 5.00/5 合計 2 レビュー
開発者 André Paraíso
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Base64",
    "version": "1.3.1",
    "manifest_version": 2,
    "icons": {
        "128": "logoprd.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logoprd.png",
        "default_title": "Convert Base64",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "",
        "contextMenus"
    ]
}