watchlist

This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…

什么是watchlist?

watchlist是由daemianmack开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…”。

扩展截图

screenshot

下载watchlist扩展crx文件

下载watchlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Chrome extension lets you specify arbitrary terms, including regular expressions.

When your terms appear on a webpage, they will be highlighted. 

A summary of them will appear in a statusbar, and clicking the terms in the statusbar will scroll the page to the place that term appears.

It uses Chrome's sync API for Storage so your options are persistent across all your devices.                    

扩展基本信息

名称 watchlist watchlist
ID menehddibpdfhbfgfmhkddgbajijoole
官方URL https://chromewebstore.google.com/detail/watchlist/menehddibpdfhbfgfmhkddgbajijoole
简介 This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…
文件大小 1.4 MB
安装次数 1,091
当前版本 0.6.2
更新时间 2020-09-20
上架时间 2020-06-14
评分 1.00/5 共1次评分
开发者 daemianmack
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "watchlist",
    "version": "0.6.2",
    "web_accessible_resources": [
        "watchlist-16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "watchlist.js"
            ],
            "css": [
                "matches.css"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "watchlist-16.png",
        "48": "watchlist-48.png",
        "128": "watchlist-128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}