Keywords Highlighter

a chrome extension that highlights keywords on web pages, making it easy to find or skip information

O que é Keywords Highlighter?

Keywords Highlighter é uma extensão do Chrome desenvolvida por Maxim Zhukov, e sua principal característica é "a chrome extension that highlights keywords on web pages, making it easy to find or skip information".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Keywords Highlighter

Baixe arquivos de extensão Keywords Highlighter 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

                        Introducing Keyword Highlighter - the must-have Chrome extension for anyone who wants to quickly and easily find or skip information on web pages.

With Keyword Highlighter, you can highlight keywords of your choice on any webpage, making it a breeze to find the information you're looking for. Whether you're a job seeker scanning job descriptions for specific keywords or an HR professional searching for qualified candidates, this extension is the perfect tool for you.

You can highlight both positive and negative keywords, giving you the power to easily filter out irrelevant information and focus only on the content that matters to you. Plus, the extension is incredibly easy to use - simply install it and start highlighting!

But that's not all - Keyword Highlighter also comes equipped with a variety of features to make your browsing experience even better. You can easily customize the colors and styles of your highlights, create and save multiple highlight sets for different use cases, and even set up automatic highlighting rules for certain websites.

Don't hesitate, install Keyword Highlighter now and enjoy effortless web browsing!                    

Informações Básicas da Extensão

Nome Keywords Highlighter Keywords Highlighter
ID lmaonnpepldfnbkbmhkkficpmjdlojnn
URL Oficial https://chromewebstore.google.com/detail/keywords-highlighter/lmaonnpepldfnbkbmhkkficpmjdlojnn
Descrição a chrome extension that highlights keywords on web pages, making it easy to find or skip information
Tamanho do Arquivo 139 KB
Contagem de Instalações 376
Versão Atual 0.0.6
Última Atualização 2023-05-23
Data de Publicação 2023-05-06
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Maxim Zhukov
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/FSou1/Keywords-Highlighter
URL da Página de Ajuda https://github.com/FSou1/Keywords-Highlighter
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keywords Highlighter",
    "version": "0.0.6",
    "description": "a chrome extension that highlights keywords on web pages, making it easy to find or skip information",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}