Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Qu'est-ce que Base64 Encoder and Decoder ?
Base64 Encoder and Decoder est une extension Chrome développée par https://www.linkwebbie.com, et sa fonction principale est "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Base64 Encoder and Decoder
Téléchargez les fichiers d'extension Base64 Encoder and Decoder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
URL Officiel | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Description | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Taille du Fichier | 64 KB |
Nombre d'Installations | 3,928 |
Version Actuelle | 1.5.2 |
Dernière Mise à Jour | 2022-10-18 |
Date de Publication | 2018-08-01 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | https://www.linkwebbie.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.linkwebbie.com |
URL de la Page de Politique de Confidentialité | https://www.linkwebbie.com/legal/privacy-policy |
Langues Prises en Charge | 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 } |