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.”。
擴展截圖
下載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 |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
官方網址 | 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" } } |