Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Co to jest Base64 Encoder and Decoder?
Base64 Encoder and Decoder to rozszerzenie Chrome opracowane przez https://www.linkwebbie.com, a jego główną funkcją jest „Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Base64 Encoder and Decoder
Pobierz pliki rozszerzeń Base64 Encoder and Decoder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
Oficjalny URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Opis | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Rozmiar pliku | 64 KB |
Liczba instalacji | 3,928 |
Aktualna Wersja | 1.5.2 |
Ostatnia Aktualizacja | 2022-10-18 |
Data Publikacji | 2018-08-01 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | https://www.linkwebbie.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.linkwebbie.com |
Adres URL Strony Polityki Prywatności | https://www.linkwebbie.com/legal/privacy-policy |
Obsługiwane Języki | 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 } |