Ultraviolet
Highlight words based on a remote dictionary list
Was ist Ultraviolet?
Ultraviolet ist eine Chrome-Erweiterung, die von ultraviolet.extension entwickelt wurde, und ihr Hauptmerkmal ist "Highlight words based on a remote dictionary list".
Erweiterungsscreenshots
Ultraviolet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ultraviolet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | epgidenopbojaackcceofgcieacleckp |
Offizielle URL | https://chrome.google.com/webstore/detail/ultraviolet/epgidenopbojaackcceofgcieacleckp |
Beschreibung | Highlight words based on a remote dictionary list |
Dateigröße | 90.63 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.8 |
Letztes Update | 2014-09-23 |
Veröffentlichungsdatum | 2014-09-23 |
Entwickler | ultraviolet.extension |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |