Unicode Analyzer
Easy and direct access to Unicode information about any selected text.
Cos'è Unicode Analyzer?
Unicode Analyzer è un'estensione di Chrome sviluppata da https://chrome.google.com, e la sua funzione principale è "Easy and direct access to Unicode information about any selected text.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unicode Analyzer
Scarica i file di estensione Unicode Analyzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A light-weight Chrome extension which allows users to see various Unicode properties about characters that are highlighted in the browser window. This can be useful when analyzing characters which are foreign or to simply see the codepoint value of a character. The set of properties shown is customizable in the extension settings.
Informazioni di Base sull'Estensione
Nome | Unicode Analyzer |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
URL Ufficiale | https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio |
Descrizione | Easy and direct access to Unicode information about any selected text. |
Dimensione del File | 28.33 KB |
Conteggio Installazioni | 841 |
Versione Corrente | 1.12 |
Ultimo Aggiornamento | 2022-04-12 |
Data di Pubblicazione | 2018-03-16 |
Valutazione | 4.21/5 Totale 19 Valutazioni |
Sviluppatore | https://chrome.google.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.12", "manifest_version": 2, "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background-compiled.js" ] }, "offline_enabled": false, "options_page": "options.html", "icons": { "128": "icon128.png" } } |