Ultraviolet
Highlight words based on a remote dictionary list
Apa itu Ultraviolet?
Ultraviolet adalah ekstensi Chrome yang dikembangkan oleh ultraviolet.extension, dan fitur utamanya adalah "Highlight words based on a remote dictionary list".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ultraviolet
Unduh file ekstensi Ultraviolet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | epgidenopbojaackcceofgcieacleckp |
URL Resmi | https://chrome.google.com/webstore/detail/ultraviolet/epgidenopbojaackcceofgcieacleckp |
Deskripsi | Highlight words based on a remote dictionary list |
Ukuran File | 90.63 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.8 |
Terakhir Diperbarui | 2014-09-23 |
Tanggal Publikasi | 2014-09-23 |
Pengembang | ultraviolet.extension |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |