watchlist

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

Qu'est-ce que watchlist ?

watchlist est une extension Chrome développée par daemianmack, et sa fonction principale est "This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension watchlist

Téléchargez les fichiers d'extension watchlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom watchlist watchlist
ID menehddibpdfhbfgfmhkddgbajijoole
URL Officiel https://chromewebstore.google.com/detail/watchlist/menehddibpdfhbfgfmhkddgbajijoole
Description This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…
Taille du Fichier 1.4 MB
Nombre d'Installations 1,091
Version Actuelle 0.6.2
Dernière Mise à Jour 2020-09-20
Date de Publication 2020-06-14
Évaluation 1.00/5 Total 1 Évaluations
Développeur daemianmack
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}