watchlist

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

Cos'è watchlist?

watchlist è un'estensione di Chrome sviluppata da daemianmack, e la sua funzione principale è "This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione watchlist

Scarica i file di estensione watchlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome watchlist watchlist
ID menehddibpdfhbfgfmhkddgbajijoole
URL Ufficiale https://chromewebstore.google.com/detail/watchlist/menehddibpdfhbfgfmhkddgbajijoole
Descrizione This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…
Dimensione del File 1.4 MB
Conteggio Installazioni 1,091
Versione Corrente 0.6.2
Ultimo Aggiornamento 2020-09-20
Data di Pubblicazione 2020-06-14
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore daemianmack
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}