Unicode Analyzer

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

Co je Unicode Analyzer?

Unicode Analyzer je rozšíření Chrome vyvinuté https://chrome.google.com, a jeho hlavní funkcí je „Easy and direct access to Unicode information about any selected text.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Unicode Analyzer

Stáhněte si soubory rozšíření Unicode Analyzer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
Oficiální URL https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
Popis Easy and direct access to Unicode information about any selected text.
Velikost souboru 28.33 KB
Počet instalací 841
Aktuální Verze 1.12
Poslední Aktualizace 2022-04-12
Datum Vydání 2018-03-16
Hodnocení 4.21/5 Celkem 19 Hodnocení
Vývojář https://chrome.google.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}