Gato Base 64 Encoder / Decoder
Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Co je Gato Base 64 Encoder / Decoder?
Gato Base 64 Encoder / Decoder je rozšíření Chrome vyvinuté gatoapps, a jeho hlavní funkcí je „Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gato Base 64 Encoder / Decoder
Stáhněte si soubory rozšíření Gato Base 64 Encoder / Decoder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format. Základní Informace o Rozšíření
| Název | |
| ID | hbjipahjdnkchnhlmhlbakoooiilhkhh |
| Oficiální URL | https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh |
| Popis | Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format. |
| Velikost souboru | 14.55 KB |
| Počet instalací | 2,268 |
| Aktuální Verze | 1.0.0 |
| Poslední Aktualizace | 2013-11-03 |
| Datum Vydání | 2013-11-03 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | gatoapps |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |