SiteDelta Watch

Regularly monitors a website for changes

什么是SiteDelta Watch?

SiteDelta Watch是由Andreas Schierl开发的Chrome扩展程序,该扩展的主要功能是“Regularly monitors a website for changes”。

扩展截图

screenshot
screenshot

下载SiteDelta Watch扩展crx文件

下载SiteDelta Watch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}