SiteDelta Highlight

Highlights changes made to a website since last visit

SiteDelta Highlight là gì?

SiteDelta Highlight là một tiện ích mở rộng Chrome được phát triển bởi Andreas Schierl, và tính năng chính của nó là "Highlights changes made to a website since last visit".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SiteDelta Highlight

Tải xuống các tệp mở rộng SiteDelta Highlight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension adds a small Delta icon to your browser toolbar. When you click onto it, it allows to highlight all changed text contents of the current page (since the last time you clicked onto it). Clicking again cycles through the changes. Additionaly, you can add scan or ignore regions.

As advanced features (that require additional permissions), you can configure SiteDelta to automatically highlight the changes whenever you visit a known page. Additionally, you can tell SiteDelta to check if any of the known pages has changed.

If you want to be notified about changes without opening a page or manually requesting a check, try SiteDelta Watch. Of course, you can also install both extensions at the same time.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SiteDelta Highlight SiteDelta Highlight
ID elolmhcnmflkdoamibhndceifocjjeha
URL Chính Thức https://chromewebstore.google.com/detail/sitedelta-highlight/elolmhcnmflkdoamibhndceifocjjeha
Mô tả Highlights changes made to a website since last visit
Kích Thước Tệp 99.07 KB
Số Lần Cài Đặt 215
Phiên Bản Hiện Tại 0.30.7
Cập Nhật Lần Cuối 2023-06-07
Ngày Phát Hành 2020-05-03
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Andreas Schierl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://sitedelta.schierla.de
URL Trang Chính Sách Bảo Mật https://sitedelta.schierla.de/privacy.en.php
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_highlightExtensionName__",
    "version": "0.30.7",
    "default_locale": "en",
    "description": "__MSG_highlightExtensionDescription__",
    "icons": {
        "16": "icons\/highlight-16.png",
        "24": "icons\/highlight-24.png",
        "32": "icons\/highlight-32.png",
        "48": "icons\/highlight-48.png",
        "64": "icons\/highlight-64.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "icons\/highlight-16.png",
            "24": "icons\/highlight-24.png",
            "32": "icons\/highlight-32.png",
            "48": "icons\/highlight-48.png",
            "64": "icons\/highlight-64.png"
        },
        "default_title": "__MSG_highlightExtensionName__",
        "default_popup": "popup.htm"
    },
    "options_ui": {
        "page": "options.htm"
    },
    "background": {
        "service_worker": "background.js"
    }
}