Ultraviolet

Highlight words based on a remote dictionary list

Ultraviolet क्या है?

Ultraviolet ultraviolet.extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight words based on a remote dictionary list"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ultraviolet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}