watchlist

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

Wat is watchlist?

watchlist is een Chrome-extensie ontwikkeld door daemianmack, en de belangrijkste functie is "This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie watchlist

Download watchlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam watchlist watchlist
ID menehddibpdfhbfgfmhkddgbajijoole
Officiële URL https://chromewebstore.google.com/detail/watchlist/menehddibpdfhbfgfmhkddgbajijoole
Beschrijving This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…
Bestandsgrootte 1.4 MB
Aantal Installaties 1,091
Huidige Versie 0.6.2
Laatst Bijgewerkt 2020-09-20
Publicatiedatum 2020-06-14
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar daemianmack
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}