Ultraviolet
Highlight words based on a remote dictionary list
Qu'est-ce que Ultraviolet ?
Ultraviolet est une extension Chrome développée par ultraviolet.extension, et sa fonction principale est "Highlight words based on a remote dictionary list".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ultraviolet
Téléchargez les fichiers d'extension Ultraviolet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | epgidenopbojaackcceofgcieacleckp |
URL Officiel | https://chrome.google.com/webstore/detail/ultraviolet/epgidenopbojaackcceofgcieacleckp |
Description | Highlight words based on a remote dictionary list |
Taille du Fichier | 90.63 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2014-09-23 |
Date de Publication | 2014-09-23 |
Développeur | ultraviolet.extension |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |