Ultraviolet
Highlight words based on a remote dictionary list
What is Ultraviolet?
Ultraviolet is a Chrome extension developed by ultraviolet.extension, and its main feature is "Highlight words based on a remote dictionary list".
Extension Screenshots
Download Ultraviolet Extension CRX File
Download Ultraviolet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | epgidenopbojaackcceofgcieacleckp |
Official URL | https://chrome.google.com/webstore/detail/ultraviolet/epgidenopbojaackcceofgcieacleckp |
Description | Highlight words based on a remote dictionary list |
File Size | 90.63 KB |
Installation Count | 31 |
Current Version | 1.8 |
Last Updated | 2014-09-23 |
Publish Date | 2014-09-23 |
Developer | ultraviolet.extension |
Payment Type | free |
Supported Languages | 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" ] } } |