Unicode Analyzer
Easy and direct access to Unicode information about any selected text.
Vad är Unicode Analyzer?
Unicode Analyzer är en Chrome-tillägg utvecklad av https://chrome.google.com, och dess huvudfunktion är "Easy and direct access to Unicode information about any selected text.".
Tilläggsskärmbilder
Ladda ner Unicode Analyzer-förlängningens CRX-fil
Ladda ner Unicode Analyzer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Unicode Analyzer |
ID | pipjflhdnjcdflbkmoldkkpphmhcfaio |
Officiell webbadress | https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio |
Beskrivning | Easy and direct access to Unicode information about any selected text. |
Filstorlek | 28.33 KB |
Antal Installationer | 841 |
Aktuell Version | 1.12 |
Senast Uppdaterad | 2022-04-12 |
Publiceringsdatum | 2018-03-16 |
Betyg | 4.21/5 Totalt 19 Betyg |
Utvecklare | https://chrome.google.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |