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
Eメール [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"
    }
}