Gato Base 64 Encoder / Decoder

Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.

Co to jest Gato Base 64 Encoder / Decoder?

Gato Base 64 Encoder / Decoder to rozszerzenie Chrome opracowane przez gatoapps, a jego główną funkcją jest „Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gato Base 64 Encoder / Decoder

Pobierz pliki rozszerzeń Gato Base 64 Encoder / Decoder 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

                        Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gato Base 64 Encoder / Decoder Gato Base 64 Encoder / Decoder
ID hbjipahjdnkchnhlmhlbakoooiilhkhh
Oficjalny URL https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh
Opis Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Rozmiar pliku 14.55 KB
Liczba instalacji 2,268
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2013-11-03
Data Publikacji 2013-11-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper gatoapps
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gato Base 64 Encoder \/ Decoder",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.",
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    }
}