watchlist

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

O que é watchlist?

watchlist é uma extensão do Chrome desenvolvida por daemianmack, e sua principal característica é "This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão watchlist

Baixe arquivos de extensão watchlist no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome watchlist watchlist
ID menehddibpdfhbfgfmhkddgbajijoole
URL Oficial https://chromewebstore.google.com/detail/watchlist/menehddibpdfhbfgfmhkddgbajijoole
Descrição This Chrome extension lets you specify arbitrary terms, including regular expressions. When your terms appear on a webpage, they…
Tamanho do Arquivo 1.4 MB
Contagem de Instalações 1,091
Versão Atual 0.6.2
Última Atualização 2020-09-20
Data de Publicação 2020-06-14
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor daemianmack
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}