Ultraviolet
Highlight words based on a remote dictionary list
什么是Ultraviolet?
Ultraviolet是由ultraviolet.extension开发的Chrome扩展程序,该扩展的主要功能是“Highlight words based on a remote dictionary list”。
扩展截图
下载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!
扩展基本信息
名称 | |
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" ] } } |