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 to jest Convert Base64?

Convert Base64 to rozszerzenie Chrome opracowane przez André Paraíso, a jego główną funkcją jest „Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Convert Base64

Pobierz pliki rozszerzeń Convert Base64 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Convert Base64 Convert Base64
ID dfnapbflpcpghnapjagkicfjdlgpcndf
Oficjalny URL https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf
Opis Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Rozmiar pliku 7.34 KB
Liczba instalacji 14
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2016-01-28
Data Publikacji 2016-01-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper André Paraíso
Typ Płatności free
Obsługiwane Języki 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"
    ]
}