Ultraviolet

Highlight words based on a remote dictionary list

ما هو Ultraviolet؟

Ultraviolet هو إضافة Chrome تم تطويرها بواسطة ultraviolet.extension، والميزة الرئيسية لها هي "Highlight words based on a remote dictionary list".

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

screenshot

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

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

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

                        Ultraviolet will highlight words and report on any successful hits by getting it's information from remote servers. This extension allows you to control the exact words you want highlighted and is a great way to easily keep track of words you want highlighted no matter what Chrome browser you use!                    

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

الاسم Ultraviolet Ultraviolet
ID epgidenopbojaackcceofgcieacleckp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ultraviolet/epgidenopbojaackcceofgcieacleckp
الوصف Highlight words based on a remote dictionary list
حجم الملف 90.63 KB
عدد التثبيتات 31
النسخة الحالية 1.8
آخر تحديث 2014-09-23
تاريخ النشر 2014-09-23
المطور ultraviolet.extension
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultraviolet",
    "version": "1.8",
    "description": "Highlight words based on a remote dictionary list",
    "icons": {
        "16": "ico\/16.png",
        "48": "ico\/48.png",
        "128": "ico\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/*.mail.live.com\/*",
                "*:\/\/*.mail.yahoo.com\/*",
                "*:\/\/*.mail.aol.com\/*",
                "*:\/\/*.mail.163.com\/*",
                "*:\/\/*.mail.126.com\/*"
            ],
            "js": [
                "jquery.js",
                "init.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/*\/",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    }
}