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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}