Unicode Analyzer
Easy and direct access to Unicode information about any selected text.
Was ist Unicode Analyzer?
Unicode Analyzer ist eine Chrome-Erweiterung, die von https://chrome.google.com entwickelt wurde, und ihr Hauptmerkmal ist "Easy and direct access to Unicode information about any selected text.".
Erweiterungsscreenshots
Unicode Analyzer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unicode Analyzer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Unicode Analyzer |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
Offizielle URL | https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio |
Beschreibung | Easy and direct access to Unicode information about any selected text. |
Dateigröße | 28.33 KB |
Installationsanzahl | 841 |
Aktuelle Version | 1.12 |
Letztes Update | 2022-04-12 |
Veröffentlichungsdatum | 2018-03-16 |
Bewertung | 4.21/5 Insgesamt 19 Bewertungen |
Entwickler | https://chrome.google.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |