SiteDelta Highlight
Highlights changes made to a website since last visit
Was ist SiteDelta Highlight?
SiteDelta Highlight ist eine Chrome-Erweiterung, die von Andreas Schierl entwickelt wurde, und ihr Hauptmerkmal ist "Highlights changes made to a website since last visit".
Erweiterungsscreenshots
SiteDelta Highlight-Erweiterungs-CRX-Datei herunterladen
Laden Sie SiteDelta Highlight-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
This extension adds a small Delta icon to your browser toolbar. When you click onto it, it allows to highlight all changed text contents of the current page (since the last time you clicked onto it). Clicking again cycles through the changes. Additionaly, you can add scan or ignore regions. As advanced features (that require additional permissions), you can configure SiteDelta to automatically highlight the changes whenever you visit a known page. Additionally, you can tell SiteDelta to check if any of the known pages has changed. If you want to be notified about changes without opening a page or manually requesting a check, try SiteDelta Watch. Of course, you can also install both extensions at the same time.
Grundlegende Informationen zur Erweiterung
Name | SiteDelta Highlight |
ID | elolmhcnmflkdoamibhndceifocjjeha |
Offizielle URL | https://chromewebstore.google.com/detail/sitedelta-highlight/elolmhcnmflkdoamibhndceifocjjeha |
Beschreibung | Highlights changes made to a website since last visit |
Dateigröße | 99.07 KB |
Installationsanzahl | 215 |
Aktuelle Version | 0.30.7 |
Letztes Update | 2023-06-07 |
Veröffentlichungsdatum | 2020-05-03 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Andreas Schierl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://sitedelta.schierla.de |
URL der Datenschutzrichtlinien-Seite | https://sitedelta.schierla.de/privacy.en.php |
Unterstützte Sprachen | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_highlightExtensionName__", "version": "0.30.7", "default_locale": "en", "description": "__MSG_highlightExtensionDescription__", "icons": { "16": "icons\/highlight-16.png", "24": "icons\/highlight-24.png", "32": "icons\/highlight-32.png", "48": "icons\/highlight-48.png", "64": "icons\/highlight-64.png" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "contextMenus", "scripting" ], "host_permissions": [ " |