Unicode Analyzer

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

ما هو Unicode Analyzer؟

Unicode Analyzer هو إضافة Chrome تم تطويرها بواسطة https://chrome.google.com، والميزة الرئيسية لها هي "Easy and direct access to Unicode information about any selected text.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Unicode Analyzer

قم بتنزيل ملفات الامتداد Unicode Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
عنوان URL الرسمي https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
الوصف Easy and direct access to Unicode information about any selected text.
حجم الملف 28.33 KB
عدد التثبيتات 841
النسخة الحالية 1.12
آخر تحديث 2022-04-12
تاريخ النشر 2018-03-16
تقييم 4.21/5 مجموع تقييمات 19
المطور https://chrome.google.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}