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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}