Ultraviolet
Highlight words based on a remote dictionary list
Ultravioletคืออะไร?
Ultraviolet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ultraviolet.extension และคุณลักษณะหลักของมันคือ "Highlight words based on a remote dictionary list"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultraviolet
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } } |