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