Ultraviolet

Highlight words based on a remote dictionary list

Ultravioletとは何ですか?

Ultravioletはultraviolet.extensionによって開発されたChromeの拡張機能で、その主な機能は「Highlight words based on a remote dictionary list」です。

拡張機能のスクリーンショット

screenshot

Ultraviolet拡張機能のCRXファイルをダウンロード

Ultraviolet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}