Unicode Analyzer
Easy and direct access to Unicode information about any selected text.
O que é Unicode Analyzer?
Unicode Analyzer é uma extensão do Chrome desenvolvida por https://chrome.google.com, e sua principal característica é "Easy and direct access to Unicode information about any selected text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unicode Analyzer
Baixe arquivos de extensão Unicode Analyzer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Unicode Analyzer |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
URL Oficial | https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio |
Descrição | Easy and direct access to Unicode information about any selected text. |
Tamanho do Arquivo | 28.33 KB |
Contagem de Instalações | 841 |
Versão Atual | 1.12 |
Última Atualização | 2022-04-12 |
Data de Publicação | 2018-03-16 |
Classificação | 4.21/5 Total de 19 Avaliações |
Desenvolvedor | https://chrome.google.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |