Unicode Analyzer

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

Apa itu Unicode Analyzer?

Unicode Analyzer adalah ekstensi Chrome yang dikembangkan oleh https://chrome.google.com, dan fitur utamanya adalah "Easy and direct access to Unicode information about any selected text.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Unicode Analyzer

Unduh file ekstensi Unicode Analyzer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
URL Resmi https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
Deskripsi Easy and direct access to Unicode information about any selected text.
Ukuran File 28.33 KB
Jumlah Instalasi 841
Versi Saat Ini 1.12
Terakhir Diperbarui 2022-04-12
Tanggal Publikasi 2018-03-16
Penilaian 4.21/5 Total 19 Penilaian
Pengembang https://chrome.google.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}