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…

Was ist Convert Base64?

Convert Base64 ist eine Chrome-Erweiterung, die von André Paraíso entwickelt wurde, und ihr Hauptmerkmal ist "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".

Erweiterungsscreenshots

screenshot
screenshot

Convert Base64-Erweiterungs-CRX-Datei herunterladen

Laden Sie Convert Base64-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
Offizielle URL https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Beschreibung Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Dateigröße 7.34 KB
Installationsanzahl 14
Aktuelle Version 1.3.1
Letztes Update 2016-01-28
Veröffentlichungsdatum 2016-01-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler André Paraíso
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}