SiteDelta Watch

Regularly monitors a website for changes

Apa itu SiteDelta Watch?

SiteDelta Watch adalah ekstensi Chrome yang dikembangkan oleh Andreas Schierl, dan fitur utamanya adalah "Regularly monitors a website for changes".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SiteDelta Watch

Unduh file ekstensi SiteDelta Watch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SiteDelta Watch SiteDelta Watch
ID bkpoemflpiempcejpkoifiaklcjfkbak
URL Resmi https://chromewebstore.google.com/detail/sitedelta-watch/bkpoemflpiempcejpkoifiaklcjfkbak
Deskripsi Regularly monitors a website for changes
Ukuran File 257 KB
Jumlah Instalasi 713
Versi Saat Ini 0.30.7
Terakhir Diperbarui 2023-06-07
Tanggal Publikasi 2020-05-03
Penilaian 4.00/5 Total 13 Penilaian
Pengembang Andreas Schierl
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://sitedelta.schierla.de
URL Halaman Kebijakan Privasi https://sitedelta.schierla.de/privacy.en.php
Bahasa yang Didukung 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"
    }
}