Page change monitor with a sound notification

Monitors the site for the changes, it is useful for sound notification for MS Teams and others

Page change monitor with a sound notification là gì?

Page change monitor with a sound notification là một tiện ích mở rộng Chrome được phát triển bởi Damian Suchodolski, và tính năng chính của nó là "Monitors the site for the changes, it is useful for sound notification for MS Teams and others".

Ả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 Page change monitor with a sound notification

Tải xuống các tệp mở rộng Page change monitor with a sound notification 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

                        Monitors DOM elements for any change. It is able to spot AJAX reload. When there is one you will get a sound notification                    

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

Tên Page change monitor with a sound notification Page change monitor with a sound notification
ID fghkadhbongjfdmonalifpgifdkkpfpn
URL Chính Thức https://chromewebstore.google.com/detail/page-change-monitor-with/fghkadhbongjfdmonalifpgifdkkpfpn
Mô tả Monitors the site for the changes, it is useful for sound notification for MS Teams and others
Kích Thước Tệp 43.94 KB
Số Lần Cài Đặt 425
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-05-09
Ngày Phát Hành 2020-05-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Damian Suchodolski
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page change monitor with a sound notification",
    "version": "1.0.0",
    "permissions": [
        "",
        "storage"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "description": "Monitors the site for the changes, it is useful for sound notification for MS Teams and others",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "name": "Sort",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "customStyles.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}