UnicodePlus - Search for Unicode characters

Free tool providing information about any Unicode character.

什么是UnicodePlus - Search for Unicode characters?

UnicodePlus - Search for Unicode characters是由https://unicodeplus.com开发的Chrome扩展程序,该扩展的主要功能是“Free tool providing information about any Unicode character.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载UnicodePlus - Search for Unicode characters扩展crx文件

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

扩展使用说明

                        UnicodePlus is a free tool providing information about any Unicode character, such as its name, its codepoint, or its classification (plane, block, script, etc.).

-----------------------------------------------------------------

How to use UnicodePlus?

Just search for any Unicode character either by typing it directly in the search field (Σ for example), or its codepoint (U+03A3), name (Greek Capital Letter Sigma), and HTML code (Σ | Σ | Σ). 

UnicodePlus will then:
- Display the basic properties of Σ (name, block, version, codepoint).

- Check the bidirectional data of Σ (Left to Right).

- Check the character case of Σ and find its lowercase/uppercase counterpart (σ -> U+03C3).

- Convert Σ to HTML, CSS, Javascript, Python.

- Find any related character (𝚺, 𝝨, 𝞢, 𝛴)

- Preview Σ in different font styles (Sans, Serif, Monospace).                    

扩展基本信息

名称 UnicodePlus - Search for Unicode characters UnicodePlus - Search for Unicode characters
ID lpnfppempcmdojakglkoellajaijmbdc
官方URL https://chromewebstore.google.com/detail/unicodeplus-search-for-un/lpnfppempcmdojakglkoellajaijmbdc
简介 Free tool providing information about any Unicode character.
文件大小 38.92 KB
安装次数 119
当前版本 1.0.0
更新时间 2021-03-06
上架时间 2021-03-06
开发者 https://unicodeplus.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://unicodeplus.com
帮助页面URL https://unicodeplus.com
支持的语言 en
manifest.json
{
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png"
        },
        "default_title": "__MSG_default_title__",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "UnicodePlus",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "minimum_chrome_version": "88",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}