SiteDelta Watch

Regularly monitors a website for changes

SiteDelta Watchคืออะไร?

SiteDelta Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas Schierl และคุณลักษณะหลักของมันคือ "Regularly monitors a website for changes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteDelta Watch

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}