Unicode Analyzer
Easy and direct access to Unicode information about any selected text.
What is Unicode Analyzer?
Unicode Analyzer is a Chrome extension developed by https://chrome.google.com, and its main feature is "Easy and direct access to Unicode information about any selected text.".
Extension Screenshots
Download Unicode Analyzer Extension CRX File
Download Unicode Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Unicode Analyzer |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
Official URL | https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio |
Description | Easy and direct access to Unicode information about any selected text. |
File Size | 28.33 KB |
Installation Count | 841 |
Current Version | 1.12 |
Last Updated | 2022-04-12 |
Publish Date | 2018-03-16 |
Rating | 4.21/5 Total 19 Ratings |
Developer | https://chrome.google.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |