Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Apa itu Base64 Encoder and Decoder?
Base64 Encoder and Decoder adalah ekstensi Chrome yang dikembangkan oleh https://www.linkwebbie.com, dan fitur utamanya adalah "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Base64 Encoder and Decoder
Unduh file ekstensi Base64 Encoder and Decoder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
URL Resmi | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Deskripsi | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Ukuran File | 64 KB |
Jumlah Instalasi | 3,928 |
Versi Saat Ini | 1.5.2 |
Terakhir Diperbarui | 2022-10-18 |
Tanggal Publikasi | 2018-08-01 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | https://www.linkwebbie.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.linkwebbie.com |
URL Halaman Kebijakan Privasi | https://www.linkwebbie.com/legal/privacy-policy |
Bahasa yang Didukung | 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 } |