SiteDelta Highlight

Highlights changes made to a website since last visit

Qu'est-ce que SiteDelta Highlight ?

SiteDelta Highlight est une extension Chrome développée par Andreas Schierl, et sa fonction principale est "Highlights changes made to a website since last visit".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SiteDelta Highlight

Téléchargez les fichiers d'extension SiteDelta Highlight 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

                        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.                    

Informations de Base sur l'Extension

Nom SiteDelta Highlight SiteDelta Highlight
ID elolmhcnmflkdoamibhndceifocjjeha
URL Officiel https://chromewebstore.google.com/detail/sitedelta-highlight/elolmhcnmflkdoamibhndceifocjjeha
Description Highlights changes made to a website since last visit
Taille du Fichier 99.07 KB
Nombre d'Installations 215
Version Actuelle 0.30.7
Dernière Mise à Jour 2023-06-07
Date de Publication 2020-05-03
Évaluation 4.00/5 Total 1 Évaluations
Développeur Andreas Schierl
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://sitedelta.schierla.de
URL de la Page de Politique de Confidentialité https://sitedelta.schierla.de/privacy.en.php
Langues Prises en Charge 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"
    }
}