Ultraviolet
Highlight words based on a remote dictionary list
Wat is Ultraviolet?
Ultraviolet is een Chrome-extensie ontwikkeld door ultraviolet.extension, en de belangrijkste functie is "Highlight words based on a remote dictionary list".
Extensie Screenshots
Download het CRX-bestand van de extensie Ultraviolet
Download Ultraviolet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | epgidenopbojaackcceofgcieacleckp |
Officiële URL | https://chrome.google.com/webstore/detail/ultraviolet/epgidenopbojaackcceofgcieacleckp |
Beschrijving | Highlight words based on a remote dictionary list |
Bestandsgrootte | 90.63 KB |
Aantal Installaties | 31 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2014-09-23 |
Publicatiedatum | 2014-09-23 |
Ontwikkelaar | ultraviolet.extension |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |