Hiliter

Highlights some words on webpages, using internal customizable dictionary.

ما هو Hiliter؟

Hiliter هو إضافة Chrome تم تطويرها بواسطة orleanz، والميزة الرئيسية لها هي "Highlights some words on webpages, using internal customizable dictionary.".

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

screenshot

تحميل ملف CRX للإضافة Hiliter

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

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

                        Use this tool when you want some words to be highlighted on any web page you visit, by dotted underline, based on internal customizable dictionary. This tool has builtin support for three East Slavic Languages - Russian, Ukranian and Belorussian. You can add your own languages too, via settings.                    

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

الاسم Hiliter Hiliter
ID cjejpgkfacknedfndnkokekgjflhpbhc
عنوان URL الرسمي https://chromewebstore.google.com/detail/hiliter/cjejpgkfacknedfndnkokekgjflhpbhc
الوصف Highlights some words on webpages, using internal customizable dictionary.
حجم الملف 170 KB
عدد التثبيتات 40
النسخة الحالية 1.2
آخر تحديث 2015-04-27
تاريخ النشر 2015-04-27
تقييم 5.00/5 مجموع تقييمات 1
المطور orleanz
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hiliter",
    "description": "Highlights some words on webpages, using internal customizable dictionary.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "events.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}