Unicode Analyzer

Easy and direct access to Unicode information about any selected text.

Co to jest Unicode Analyzer?

Unicode Analyzer to rozszerzenie Chrome opracowane przez https://chrome.google.com, a jego główną funkcją jest „Easy and direct access to Unicode information about any selected text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Unicode Analyzer

Pobierz pliki rozszerzeń Unicode Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
Oficjalny URL https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
Opis Easy and direct access to Unicode information about any selected text.
Rozmiar pliku 28.33 KB
Liczba instalacji 841
Aktualna Wersja 1.12
Ostatnia Aktualizacja 2022-04-12
Data Publikacji 2018-03-16
Ocena 4.21/5 Łącznie 19 Oceny
Deweloper https://chrome.google.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}