Decode64
A chrome extension to encode and decode base64 strings
Vad är Decode64?
Decode64 är en Chrome-tillägg utvecklad av Baris, och dess huvudfunktion är "A chrome extension to encode and decode base64 strings".
Tilläggsskärmbilder
Ladda ner Decode64-förlängningens CRX-fil
Ladda ner Decode64-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | negeochodnalfpdkinmdlpcchefbjoif |
| Officiell webbadress | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
| Beskrivning | A chrome extension to encode and decode base64 strings |
| Filstorlek | 109 KB |
| Antal Installationer | 37 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2023-02-01 |
| Publiceringsdatum | 2021-04-21 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Baris |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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": []
}
]
} | |