UnicodePlus - Search for Unicode characters
Free tool providing information about any Unicode character.
Τι είναι το UnicodePlus - Search for Unicode characters;
Το UnicodePlus - Search for Unicode characters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://unicodeplus.com, και η κύρια λειτουργία του είναι "Free tool providing information about any Unicode character.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UnicodePlus - Search for Unicode characters
Λήψη αρχείων επέκτασης UnicodePlus - Search for Unicode characters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
UnicodePlus is a free tool providing information about any Unicode character, such as its name, its codepoint, or its classification (plane, block, script, etc.). ----------------------------------------------------------------- How to use UnicodePlus? Just search for any Unicode character either by typing it directly in the search field (Σ for example), or its codepoint (U+03A3), name (Greek Capital Letter Sigma), and HTML code (Σ | Σ | Σ). UnicodePlus will then: - Display the basic properties of Σ (name, block, version, codepoint). - Check the bidirectional data of Σ (Left to Right). - Check the character case of Σ and find its lowercase/uppercase counterpart (σ -> U+03C3). - Convert Σ to HTML, CSS, Javascript, Python. - Find any related character (𝚺, 𝝨, 𝞢, 𝛴) - Preview Σ in different font styles (Sans, Serif, Monospace).
Βασικές Πληροφορίες Επέκτασης
Όνομα | UnicodePlus - Search for Unicode characters |
ID | lpnfppempcmdojakglkoellajaijmbdc |
Επίσημο URL | https://chromewebstore.google.com/detail/unicodeplus-search-for-un/lpnfppempcmdojakglkoellajaijmbdc |
Περιγραφή | Free tool providing information about any Unicode character. |
Μέγεθος Αρχείου | 38.92 KB |
Αριθμός Εγκαταστάσεων | 119 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2021-03-06 |
Ημερομηνία Δημοσίευσης | 2021-03-06 |
Προγραμματιστής | https://unicodeplus.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://unicodeplus.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://unicodeplus.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png" }, "default_title": "__MSG_default_title__", "default_popup": "html\/popup.html" }, "manifest_version": 3, "name": "__MSG_name__", "short_name": "UnicodePlus", "version": "1.0.0", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "minimum_chrome_version": "88", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |