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…

What is Convert Base64?

Convert Base64 is a Chrome extension developed by André Paraíso, and its main feature is "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".

Extension Screenshots

screenshot
screenshot

Download Convert Base64 Extension CRX File

Download Convert Base64 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
Official URL https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Description Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
File Size 7.34 KB
Installation Count 14
Current Version 1.3.1
Last Updated 2016-01-28
Publish Date 2016-01-28
Rating 5.00/5 Total 2 Ratings
Developer André Paraíso
Payment Type free
Supported Languages 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"
    ]
}