Unicode Analyzer
Easy and direct access to Unicode information about any selected text.
Qu'est-ce que Unicode Analyzer ?
Unicode Analyzer est une extension Chrome développée par https://chrome.google.com, et sa fonction principale est "Easy and direct access to Unicode information about any selected text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unicode Analyzer
Téléchargez les fichiers d'extension Unicode Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Unicode Analyzer |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
URL Officiel | https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio |
Description | Easy and direct access to Unicode information about any selected text. |
Taille du Fichier | 28.33 KB |
Nombre d'Installations | 841 |
Version Actuelle | 1.12 |
Dernière Mise à Jour | 2022-04-12 |
Date de Publication | 2018-03-16 |
Évaluation | 4.21/5 Total 19 Évaluations |
Développeur | https://chrome.google.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |