Base 64 encode and decode tool
Simple base 64 encode and decode tool
Cos'è Base 64 encode and decode tool?
Base 64 encode and decode tool è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Simple base 64 encode and decode tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Base 64 encode and decode tool
Scarica i file di estensione Base 64 encode and decode tool 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
A basic tool to convert plaint text to base64 encoded text. Informazioni di Base sull'Estensione
| Nome | |
| ID | mlfhgcaofnakcomogbihkomendnaicjn |
| URL Ufficiale | https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn |
| Descrizione | Simple base 64 encode and decode tool |
| Dimensione del File | 647 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2020-04-24 |
| Data di Pubblicazione | 2020-04-24 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |