Decode64
A chrome extension to encode and decode base64 strings
Τι είναι το Decode64;
Το Decode64 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Baris, και η κύρια λειτουργία του είναι "A chrome extension to encode and decode base64 strings".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Decode64
Λήψη αρχείων επέκτασης Decode64 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Decode64 |
ID | negeochodnalfpdkinmdlpcchefbjoif |
Επίσημο URL | https://chromewebstore.google.com/detail/decode64/negeochodnalfpdkinmdlpcchefbjoif |
Περιγραφή | A chrome extension to encode and decode base64 strings |
Μέγεθος Αρχείου | 109 KB |
Αριθμός Εγκαταστάσεων | 37 |
Τρέχουσα Έκδοση | 2.0.0 |
Τελευταία Ενημέρωση | 2023-02-01 |
Ημερομηνία Δημοσίευσης | 2021-04-21 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Baris |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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": [] } ] } |