Ultraviolet
Highlight words based on a remote dictionary list
Ultraviolet là gì?
Ultraviolet là một tiện ích mở rộng Chrome được phát triển bởi ultraviolet.extension, và tính năng chính của nó là "Highlight words based on a remote dictionary list".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ultraviolet
Tải xuống các tệp mở rộng Ultraviolet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | epgidenopbojaackcceofgcieacleckp |
URL Chính Thức | https://chrome.google.com/webstore/detail/ultraviolet/epgidenopbojaackcceofgcieacleckp |
Mô tả | Highlight words based on a remote dictionary list |
Kích Thước Tệp | 90.63 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2014-09-23 |
Ngày Phát Hành | 2014-09-23 |
Nhà Phát Triển | ultraviolet.extension |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |