SiteDelta Watch

Regularly monitors a website for changes

Co to jest SiteDelta Watch?

SiteDelta Watch to rozszerzenie Chrome opracowane przez Andreas Schierl, a jego główną funkcją jest „Regularly monitors a website for changes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia SiteDelta Watch

Pobierz pliki rozszerzeń SiteDelta Watch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension adds a small Delta icon to your browser toolbar. When you click onto it, it allows to enable watching the current page, and will then inform you whenever the watched page is updated. For changed pages, it highlights the changes made to the page and allows to cycle through the changes. Additionally, you can add scan or ignore regions to define which parts of the page you are interested in.

If you only want to know if a page changed when you visit or manually check it, try SiteDelta Highlight, which works better on pages that use JavaScript. Of course, you can also install both extensions at the same time.                    

Podstawowe informacje o rozszerzeniu

Nazwa SiteDelta Watch SiteDelta Watch
ID bkpoemflpiempcejpkoifiaklcjfkbak
Oficjalny URL https://chromewebstore.google.com/detail/sitedelta-watch/bkpoemflpiempcejpkoifiaklcjfkbak
Opis Regularly monitors a website for changes
Rozmiar pliku 257 KB
Liczba instalacji 713
Aktualna Wersja 0.30.7
Ostatnia Aktualizacja 2023-06-07
Data Publikacji 2020-05-03
Ocena 4.00/5 Łącznie 13 Oceny
Deweloper Andreas Schierl
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://sitedelta.schierla.de
Adres URL Strony Polityki Prywatności https://sitedelta.schierla.de/privacy.en.php
Obsługiwane Języki de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_watchExtensionName__",
    "version": "0.30.7",
    "default_locale": "en",
    "description": "__MSG_watchExtensionDescription__",
    "icons": {
        "16": "icons\/watch-16.png",
        "24": "icons\/watch-24.png",
        "32": "icons\/watch-32.png",
        "48": "icons\/watch-48.png",
        "64": "icons\/watch-64.png"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "icons\/watch-16.png",
            "24": "icons\/watch-24.png",
            "32": "icons\/watch-32.png",
            "48": "icons\/watch-48.png",
            "64": "icons\/watch-64.png"
        },
        "default_title": "__MSG_watchExtensionName__",
        "default_popup": "popup.htm"
    },
    "options_ui": {
        "page": "options.htm"
    },
    "background": {
        "service_worker": "background.js"
    }
}