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…

Wat is Convert Base64?

Convert Base64 is een Chrome-extensie ontwikkeld door André Paraíso, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Convert Base64

Download Convert Base64-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
Officiële URL https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Beschrijving Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Bestandsgrootte 7.34 KB
Aantal Installaties 14
Huidige Versie 1.3.1
Laatst Bijgewerkt 2016-01-28
Publicatiedatum 2016-01-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar André Paraíso
Betalingswijze free
Ondersteunde Talen 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"
    ]
}