Unicode Analyzer

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

Wat is Unicode Analyzer?

Unicode Analyzer is een Chrome-extensie ontwikkeld door https://chrome.google.com, en de belangrijkste functie is "Easy and direct access to Unicode information about any selected text.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Unicode Analyzer

Download Unicode Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
Officiële URL https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
Beschrijving Easy and direct access to Unicode information about any selected text.
Bestandsgrootte 28.33 KB
Aantal Installaties 841
Huidige Versie 1.12
Laatst Bijgewerkt 2022-04-12
Publicatiedatum 2018-03-16
Beoordeling 4.21/5 Totaal 19 Beoordelingen
Ontwikkelaar https://chrome.google.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}