SiteDelta Highlight

Highlights changes made to a website since last visit

What is SiteDelta Highlight?

SiteDelta Highlight is a Chrome extension developed by Andreas Schierl, and its main feature is "Highlights changes made to a website since last visit".

Extension Screenshots

screenshot

Download SiteDelta Highlight Extension CRX File

Download SiteDelta Highlight extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SiteDelta Highlight SiteDelta Highlight
ID elolmhcnmflkdoamibhndceifocjjeha
Official URL https://chromewebstore.google.com/detail/sitedelta-highlight/elolmhcnmflkdoamibhndceifocjjeha
Description Highlights changes made to a website since last visit
File Size 99.07 KB
Installation Count 215
Current Version 0.30.7
Last Updated 2023-06-07
Publish Date 2020-05-03
Rating 4.00/5 Total 1 Ratings
Developer Andreas Schierl
Email [email protected]
Payment Type free
Extension Website http://sitedelta.schierla.de
Privacy Policy Page URL https://sitedelta.schierla.de/privacy.en.php
Supported Languages 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": [
        ""
    ],
    "action": {
        "default_icon": {
            "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"
        },
        "default_title": "__MSG_highlightExtensionName__",
        "default_popup": "popup.htm"
    },
    "options_ui": {
        "page": "options.htm"
    },
    "background": {
        "service_worker": "background.js"
    }
}