watchlist

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

Hvad er watchlist?

watchlist er en Chrome-udvidelse udviklet af daemianmack, og dens hovedfunktion er "This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…".

Udvidelsesskærmbilleder

screenshot

Download watchlist-udvidelses-CRX-fil

Download watchlist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn watchlist watchlist
ID menehddibpdfhbfgfmhkddgbajijoole
Officiel URL https://chromewebstore.google.com/detail/watchlist/menehddibpdfhbfgfmhkddgbajijoole
Beskrivelse This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…
Filstørrelse 1.4 MB
Antal Installationer 1,091
Nuværende Version 0.6.2
Senest Opdateret 2020-09-20
Udgivelsesdato 2020-06-14
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler daemianmack
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}