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