Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Cos'è Base64 Encoder and Decoder?
Base64 Encoder and Decoder è un'estensione di Chrome sviluppata da https://www.linkwebbie.com, e la sua funzione principale è "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Base64 Encoder and Decoder
Scarica i file di estensione Base64 Encoder and 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
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
Informazioni di Base sull'Estensione
Nome | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
URL Ufficiale | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Descrizione | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Dimensione del File | 64 KB |
Conteggio Installazioni | 3,928 |
Versione Corrente | 1.5.2 |
Ultimo Aggiornamento | 2022-10-18 |
Data di Pubblicazione | 2018-08-01 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://www.linkwebbie.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkwebbie.com |
URL della Pagina della Politica sulla Privacy | https://www.linkwebbie.com/legal/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |