123 Multi-Highlight PRO

Search and highlight multiple words and sentences on web pages with professional precision.

O que é 123 Multi-Highlight PRO?

123 Multi-Highlight PRO é uma extensão do Chrome desenvolvida por https://titanplugins.com, e sua principal característica é "Search and highlight multiple words and sentences on web pages with professional precision.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão 123 Multi-Highlight PRO

Baixe arquivos de extensão 123 Multi-Highlight PRO 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

                        Highlight multiple words with different colors, get real time stats and make complex search queries.

Imagine this extension as a search wizard for web pages! If you use * in your query, it acts like a magic key that can represent any word. So, if you search "I * unicorns" it finds sentences like "I love unicorns" and "I hate unicorns". It's like having a super-smart search that understands the magic behind your words!

Privacy is our priority! 123 Highlighter PRO respects your privacy. All your data stays on your local machine, and we don't access or save your queries.                    

Informações Básicas da Extensão

Nome 123 Multi-Highlight PRO 123 Multi-Highlight PRO
ID begjjnkmpjhpleiefokjhfenionaffkn
URL Oficial https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn
Descrição Search and highlight multiple words and sentences on web pages with professional precision.
Tamanho do Arquivo 2.4 MB
Contagem de Instalações 206
Versão Atual 2.0.2
Última Atualização 2024-01-04
Data de Publicação 2021-12-28
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor https://titanplugins.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://titanplugins.com/123mhp
URL da Página de Ajuda https://titanplugins.com/123mhp
URL da Página de Política de Privacidade https://titanplugins.com/123mhp-privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "123 Multi-Highlight PRO",
    "description": "Search and highlight multiple words and sentences on web pages with professional precision.",
    "version": "2.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "123 Multi-Highlight PRO",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/app_icon.png",
            "48": "\/icons\/app_icon.png",
            "128": "\/icons\/app_icon.png"
        }
    },
    "icons": {
        "128": "\/icons\/app_icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            }
        }
    }
}