SiteDelta Watch

Regularly monitors a website for changes

SiteDelta Watch क्या है?

SiteDelta Watch Andreas Schierl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Regularly monitors a website for changes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SiteDelta Watch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम SiteDelta Watch SiteDelta Watch
ID bkpoemflpiempcejpkoifiaklcjfkbak
आधिकारिक URL https://chromewebstore.google.com/detail/sitedelta-watch/bkpoemflpiempcejpkoifiaklcjfkbak
विवरण Regularly monitors a website for changes
फ़ाइल का आकार 257 KB
स्थापना संख्या 713
वर्तमान संस्करण 0.30.7
अंतिम अपडेट 2023-06-07
प्रकाशन तिथि 2020-05-03
रेटिंग 4.00/5 कुल 13 रेटिंग्स
डेवलपर Andreas Schierl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://sitedelta.schierla.de
गोपनीयता नीति पृष्ठ URL https://sitedelta.schierla.de/privacy.en.php
समर्थित भाषाएँ 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"
    }
}