UnicodePlus - Search for Unicode characters

Free tool providing information about any Unicode character.

O que é UnicodePlus - Search for Unicode characters?

UnicodePlus - Search for Unicode characters é uma extensão do Chrome desenvolvida por https://unicodeplus.com, e sua principal característica é "Free tool providing information about any Unicode character.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UnicodePlus - Search for Unicode characters

Baixe arquivos de extensão UnicodePlus - Search for Unicode characters no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome UnicodePlus - Search for Unicode characters UnicodePlus - Search for Unicode characters
ID lpnfppempcmdojakglkoellajaijmbdc
URL Oficial https://chromewebstore.google.com/detail/unicodeplus-search-for-un/lpnfppempcmdojakglkoellajaijmbdc
Descrição Free tool providing information about any Unicode character.
Tamanho do Arquivo 38.92 KB
Contagem de Instalações 119
Versão Atual 1.0.0
Última Atualização 2021-03-06
Data de Publicação 2021-03-06
Desenvolvedor https://unicodeplus.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://unicodeplus.com
URL da Página de Ajuda https://unicodeplus.com
Idiomas Suportados 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"
}