Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Was ist Base64 Encoder and Decoder?
Base64 Encoder and Decoder ist eine Chrome-Erweiterung, die von https://www.linkwebbie.com entwickelt wurde, und ihr Hauptmerkmal ist "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Erweiterungsscreenshots
Base64 Encoder and Decoder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Base64 Encoder and Decoder-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
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.
Grundlegende Informationen zur Erweiterung
Name | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
Offizielle URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Beschreibung | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Dateigröße | 64 KB |
Installationsanzahl | 3,928 |
Aktuelle Version | 1.5.2 |
Letztes Update | 2022-10-18 |
Veröffentlichungsdatum | 2018-08-01 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.linkwebbie.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.linkwebbie.com |
URL der Datenschutzrichtlinien-Seite | https://www.linkwebbie.com/legal/privacy-policy |
Unterstützte Sprachen | 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 } |