Decode64
A chrome extension to encode and decode base64 strings
Co to jest Decode64?
Decode64 to rozszerzenie Chrome opracowane przez Baris, a jego główną funkcją jest „A chrome extension to encode and decode base64 strings”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Decode64
Pobierz pliki rozszerzeń Decode64 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
This extension allows you to encode and decide any given string from and to base64.
Features:
- Encode String
- Decode Base64 String
- Ability to encode a string twice
- Ability to decode a string that's been encoded twice
- Darkmode Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | negeochodnalfpdkinmdlpcchefbjoif |
| Oficjalny URL | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
| Opis | A chrome extension to encode and decode base64 strings |
| Rozmiar pliku | 109 KB |
| Liczba instalacji | 37 |
| Aktualna Wersja | 2.0.0 |
| Ostatnia Aktualizacja | 2023-02-01 |
| Data Publikacji | 2021-04-21 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Baris |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A chrome extension to encode and decode base64 strings",
"version": "2.0.0",
"manifest_version": 3,
"name": "Decode64",
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"content.styles.css",
"icon-128.png",
"icon-34.png"
],
"matches": []
}
]
} | |