SiteDelta Highlight

Highlights changes made to a website since last visit

什麼是SiteDelta Highlight?

SiteDelta Highlight是由Andreas Schierl開發的Chrome擴展程式,該擴展的主要功能是“Highlights changes made to a website since last visit”。

擴展截圖

screenshot

下載SiteDelta Highlight擴展crx文件

下載SiteDelta Highlight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SiteDelta Highlight SiteDelta Highlight
ID elolmhcnmflkdoamibhndceifocjjeha
官方網址 https://chromewebstore.google.com/detail/sitedelta-highlight/elolmhcnmflkdoamibhndceifocjjeha
簡介 Highlights changes made to a website since last visit
檔案大小 99.07 KB
安裝次數 215
目前版本 0.30.7
更新時間 2023-06-07
上架時間 2020-05-03
評分 4.00/5 共 1 次評分
開發者 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_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"
    }
}