Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Τι είναι το Base64 Encoder and Decoder;
Το Base64 Encoder and Decoder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.linkwebbie.com, και η κύρια λειτουργία του είναι "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Base64 Encoder and Decoder
Λήψη αρχείων επέκτασης Base64 Encoder and Decoder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
Επίσημο URL | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Περιγραφή | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Μέγεθος Αρχείου | 64 KB |
Αριθμός Εγκαταστάσεων | 3,928 |
Τρέχουσα Έκδοση | 1.5.2 |
Τελευταία Ενημέρωση | 2022-10-18 |
Ημερομηνία Δημοσίευσης | 2018-08-01 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://www.linkwebbie.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.linkwebbie.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.linkwebbie.com/legal/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } |