Base 64 encode and decode tool
Simple base 64 encode and decode tool
Was ist Base 64 encode and decode tool?
Base 64 encode and decode tool ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simple base 64 encode and decode tool".
Erweiterungsscreenshots
Base 64 encode and decode tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie Base 64 encode and decode tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A basic tool to convert plaint text to base64 encoded text. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mlfhgcaofnakcomogbihkomendnaicjn |
| Offizielle URL | https://chromewebstore.google.com/detail/base-64-encode-and-decode/mlfhgcaofnakcomogbihkomendnaicjn |
| Beschreibung | Simple base 64 encode and decode tool |
| Dateigröße | 647 KB |
| Installationsanzahl | 72 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-04-24 |
| Veröffentlichungsdatum | 2020-04-24 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Base 64 encode and decode tool",
"version": "1.0",
"description": "Simple base 64 encode and decode tool",
"manifest_version": 2,
"permissions": [
"activeTab"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
}
},
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
}
} | |