Unicode Analyzer

Easy and direct access to Unicode information about any selected text.

什么是Unicode Analyzer?

Unicode Analyzer是由https://chrome.google.com开发的Chrome扩展程序,该扩展的主要功能是“Easy and direct access to Unicode information about any selected text.”。

扩展截图

screenshot
screenshot

下载Unicode Analyzer扩展crx文件

下载Unicode Analyzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
官方URL https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
简介 Easy and direct access to Unicode information about any selected text.
文件大小 28.33 KB
安装次数 841
当前版本 1.12
更新时间 2022-04-12
上架时间 2018-03-16
评分 4.21/5 共19次评分
开发者 https://chrome.google.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}