base64 decoder
Easily en- and decode any text to/from base64 right in your browser!
Cos'è base64 decoder?
base64 decoder è un'estensione di Chrome sviluppata da WeeklyMeat, e la sua funzione principale è "Easily en- and decode any text to/from base64 right in your browser!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione base64 decoder
Scarica i file di estensione base64 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
This extenstion helps people quickly en- and decode text right within their browser. It offers a live preview and a button to copy it. It was a small side project of me to understand chrome extensions. The focus lied on good usability and design. I hope this extension can help anyone in anyway.
Informazioni di Base sull'Estensione
Nome | base64 decoder |
ID | dddmeikdhjlegajibedepmbjmiigmiec |
URL Ufficiale | https://chromewebstore.google.com/detail/base64-decoder/dddmeikdhjlegajibedepmbjmiigmiec |
Descrizione | Easily en- and decode any text to/from base64 right in your browser! |
Dimensione del File | 59.94 KB |
Conteggio Installazioni | 396 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-10-26 |
Data di Pubblicazione | 2020-10-25 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | WeeklyMeat |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/WeeklyMeat/chrome_base64_en-decoder |
URL della Pagina di Aiuto | https://www.paypal.com/paypalme/weeklymeat |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "base64 decoder", "description": "Easily en- and decode any text to\/from base64 right in your browser!", "version": "1.0.0", "icons": { "256": "icon_256.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |