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…

Vad är Convert Base64?

Convert Base64 är en Chrome-tillägg utvecklad av André Paraíso, och dess huvudfunktion är "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Convert Base64-förlängningens CRX-fil

Ladda ner Convert Base64-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
Officiell webbadress https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Beskrivning Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Filstorlek 7.34 KB
Antal Installationer 14
Aktuell Version 1.3.1
Senast Uppdaterad 2016-01-28
Publiceringsdatum 2016-01-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare André Paraíso
Betalningssätt free
Stödda Språk 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"
    ]
}