Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Co je Base64 Encoder and Decoder?
Base64 Encoder and Decoder je rozšíření Chrome vyvinuté https://www.linkwebbie.com, a jeho hlavní funkcí je „Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Base64 Encoder and Decoder
Stáhněte si soubory rozšíření Base64 Encoder and Decoder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
Oficiální URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Popis | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Velikost souboru | 64 KB |
Počet instalací | 3,928 |
Aktuální Verze | 1.5.2 |
Poslední Aktualizace | 2022-10-18 |
Datum Vydání | 2018-08-01 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | https://www.linkwebbie.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.linkwebbie.com |
URL Stránky Zásad Ochrany Soukromí | https://www.linkwebbie.com/legal/privacy-policy |
Podporované Jazyky | 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 } |