Unicode Analyzer
Easy and direct access to Unicode information about any selected text.
Unicode Analyzer là gì?
Unicode Analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://chrome.google.com, và tính năng chính của nó là "Easy and direct access to Unicode information about any selected text.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unicode Analyzer
Tải xuống các tệp mở rộng Unicode Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unicode Analyzer |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
URL Chính Thức | https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio |
Mô tả | Easy and direct access to Unicode information about any selected text. |
Kích Thước Tệp | 28.33 KB |
Số Lần Cài Đặt | 841 |
Phiên Bản Hiện Tại | 1.12 |
Cập Nhật Lần Cuối | 2022-04-12 |
Ngày Phát Hành | 2018-03-16 |
Đánh Giá | 4.21/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://chrome.google.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |