Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Τι είναι το Encode-Decode;
Το Encode-Decode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tylucaskelley.com, και η κύρια λειτουργία του είναι "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Encode-Decode
Λήψη αρχείων επέκτασης Encode-Decode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Great for web developers! Features include:
1. Encoding and decoding to/from: binary, octal, hexadecimal, base64, HTML, and URLs.
2. Hashing: MD5, SHA-1, SHA-3 (256 and 512 bit).
3. Error checking, so you don't try to combine "HTML" and "hash" by accident!
Check out the source code on GitHub as well! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
| Επίσημο URL | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
| Περιγραφή | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
| Μέγεθος Αρχείου | 164 KB |
| Αριθμός Εγκαταστάσεων | 979 |
| Τρέχουσα Έκδοση | 5.1 |
| Τελευταία Ενημέρωση | 2014-11-13 |
| Ημερομηνία Δημοσίευσης | 2014-11-13 |
| Αξιολόγηση | 4.38/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | https://tylucaskelley.com |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://github.com/tylucaskelley/encode-decode |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/tylucaskelley/encode-decode |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Encode-Decode",
"description": "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.",
"version": "5.1",
"icons": {
"128": "img\/icon.png"
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "Encode-Decode",
"default_popup": "index.html"
}
} | |