Gato Base 64 Encoder / Decoder
Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
Cos'è Gato Base 64 Encoder / Decoder?
Gato Base 64 Encoder / Decoder è un'estensione di Chrome sviluppata da gatoapps, e la sua funzione principale è "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gato Base 64 Encoder / Decoder
Scarica i file di estensione Gato Base 64 Encoder / Decoder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format. Informazioni di Base sull'Estensione
| Nome | |
| ID | hbjipahjdnkchnhlmhlbakoooiilhkhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh |
| Descrizione | Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format. |
| Dimensione del File | 14.55 KB |
| Conteggio Installazioni | 2,268 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2013-11-03 |
| Data di Pubblicazione | 2013-11-03 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | gatoapps |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |