网页哨兵

监视指定网页区域更新,后台自动监视和通知;自动更新历史摘要和快照,方便回顾.

What is 网页哨兵?

网页哨兵 is a Chrome extension developed by http://www.wndd123.com, and its main feature is "监视指定网页区域更新,后台自动监视和通知;自动更新历史摘要和快照,方便回顾.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 网页哨兵 Extension CRX File

Download 网页哨兵 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        网页哨兵可以帮助你监视网页,识别和高亮显示你指定的网页区域的更新内容.你不必每天浪费时间来查看你关注的网页,也不会错过网页的更新.你可以监视新闻网页、视频网、博客等任何你感兴趣的网页.

功能简介
1.监视指定网页区域的更新,浏览时高亮显示出更新内容
2.简单便捷的可视化选择网页监视区域(支持多选)
3.后台自动监视,有更新时自动通知
4.可监视需要登录的网页,只需先登录该网页
5.由本机浏览器监视和保存数据,保护隐私信息,保证浏览速度和监视效率
6.更新历史摘要和快照,方便回顾                    

Extension Basic Information

Name 网页哨兵 网页哨兵
ID pfnikdfflcljclcfiogokadgldlgllfd
Official URL https://chrome.google.com/webstore/detail/%E7%BD%91%E9%A1%B5%E5%93%A8%E5%85%B5/pfnikdfflcljclcfiogokadgldlgllfd
Description 监视指定网页区域更新,后台自动监视和通知;自动更新历史摘要和快照,方便回顾.
File Size 2.79 MB
Installation Count 412
Current Version 1.0.0.21
Last Updated 2017-09-15
Publish Date 2017-09-15
Rating 2.86/5 Total 7 Ratings
Developer http://www.wndd123.com
Email [email protected]
Payment Type free
Extension Website http://sb.wndd123.com
Help Page URL http://sb.wndd123.com
Privacy Policy Page URL http://majia.wndd123.com/html/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "default_locale": "zh_CN",
    "version": "1.0.0.21",
    "description": "__MSG_description__",
    "icons": {
        "128": "data\/icon.png"
    },
    "options_page": "data\/setting.html",
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/main.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "data\/icon.png",
        "default_popup": "data\/popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self';frame-src *",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*isOlpfBgMonitor=1",
                "https:\/\/*\/*isOlpfBgMonitor=1"
            ],
            "js": [
                "data\/lang.js",
                "data\/base.js",
                "data\/jquery-2.1.1.min.js",
                "data\/feature.js",
                "data\/desktop.js",
                "data\/addModule.js",
                "data\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "offline_enabled": true
}