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…

Co je Convert Base64?

Convert Base64 je rozšíření Chrome vyvinuté André Paraíso, a jeho hlavní funkcí je „Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Convert Base64

Stáhněte si soubory rozšíření Convert Base64 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
Oficiální URL https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Popis Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Velikost souboru 7.34 KB
Počet instalací 14
Aktuální Verze 1.3.1
Poslední Aktualizace 2016-01-28
Datum Vydání 2016-01-28
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář André Paraíso
Typ Platby free
Podporované Jazyky 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"
    ]
}