Base 64 encode and decode tool

Simple base 64 encode and decode tool

Co to jest Base 64 encode and decode tool?

Base 64 encode and decode tool to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Simple base 64 encode and decode tool”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Base 64 encode and decode tool

Pobierz pliki rozszerzeń Base 64 encode and decode tool 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

                        A basic tool to convert plaint text to base64 encoded text.                    

Podstawowe informacje o rozszerzeniu

Nazwa Base 64 encode and decode tool Base 64 encode and decode tool
ID mlfhgcaofnakcomogbihkomendnaicjn
Oficjalny URL https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn
Opis Simple base 64 encode and decode tool
Rozmiar pliku 647 KB
Liczba instalacji 72
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-04-24
Data Publikacji 2020-04-24
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base 64 encode and decode tool",
    "version": "1.0",
    "description": "Simple base 64 encode and decode tool",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "16": "images\/icon16.png"
        }
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    }
}