Unicode Analyzer

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

Что такое Unicode Analyzer?

Unicode Analyzer - это расширение Chrome, разработанное https://chrome.google.com, и его основная функция - "Easy and direct access to Unicode information about any selected text.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Unicode Analyzer

Скачайте файлы расширений Unicode Analyzer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
Официальный URL https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
Описание Easy and direct access to Unicode information about any selected text.
Размер файла 28.33 KB
Количество установок 841
Текущая Версия 1.12
Последнее Обновление 2022-04-12
Дата публикации 2018-03-16
Рейтинг 4.21/5 Всего 19 оценок
Разработчик https://chrome.google.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}