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…

Qu'est-ce que Convert Base64 ?

Convert Base64 est une extension Chrome développée par André Paraíso, et sa fonction principale est "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Convert Base64

Téléchargez les fichiers d'extension Convert Base64 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
URL Officiel 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…
Taille du Fichier 7.34 KB
Nombre d'Installations 14
Version Actuelle 1.3.1
Dernière Mise à Jour 2016-01-28
Date de Publication 2016-01-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur André Paraíso
Type de Paiement free
Langues Prises en Charge 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"
    ]
}