Highlighty: Search, Find, Multi Highlight

Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.

O que é Highlighty: Search, Find, Multi Highlight?

Highlighty: Search, Find, Multi Highlight é uma extensão do Chrome desenvolvida por https://www.highlighty.app, e sua principal característica é "Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Highlighty: Search, Find, Multi Highlight

Baixe arquivos de extensão Highlighty: Search, Find, Multi Highlight 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

                        An easy-to-use multi finder, multi highlighter, and navigator browser extension with powerful searching functionalities to enhance your productivity. 

Discover numerous filtering options, set unique colors, and enjoy searches without language limits. With Highlighty, you'll get instant notifications about the found or not found search queries on every webpage you search on.

- Privacy-first approach
- No user tracking of any kind
- No remotely injected code
- Ad-free experience

❗ATTENTION❗
Please refresh all your currently opened webpages after installing the extension.
---

⚙️ How it works (simplest) :
1. Navigate the browser to the website/websites you wish to search on
2. Use the text field of the extension to introduce your query
3. Pay attention to the notifications shown by Highlighty
4. If the query/queries have been found, scroll through the website to see the results

More information and video tutorials about the features: 
https://www.highlighty.app/how-to

✔️ Adaptive text color based on WCAG 2.0 specification
✔️ Search analytics, visualisation
✔️ Bulk .xlsx (Excel, Google Sheets) file import
✔️ RegExp query toggler
✔️ Sum of found queries on extension icon
✔️ Download/upload queries
✔️ Highlight and search on word select
✔️ Found query font size change to 25px
✔️ Saving infinite query lists
✔️ Temporary deactivation of coloring
✔️ Focus extension input on open
✔️ Navigation custom key setup
✔️ Color picker, color palette, color randomizer

▸ Why Highlighty❓

• NO TRACKING/ANALYTICS OF ANY KIND
• ADS-FREE
• Instant notification about found or not found queries on any website.
• Found query counter on extension badge
• Quick disable matches through hotkeys
• Search query by selecting element on website
• Customly assigned colors for the queries with color picker
• Works on dynamic (endless) pages like Facebook, LinkedIn, Reddit, etc. It's automatically searching for new queries
• Unlimited queries
• Lots of filtering features. (Diacritic sensitivity, Case sensitivity,  find only Complete words, etc.)
• Full compliance with privacy and data security
• Website whitelist and blacklist for limiting the extension's scope.
• Multiple saved query lists
• A highly flexible tool. All the settings are optional, you can turn every function off anytime you wish to
• Quick-find function achieved by keyboard buttons. The extension will scroll to the found queries on the currently active website
• An easy-to-use, friendly interface makes searching a pleasure
-------------------
▸ Scanning big webpages is a CPU intensive task. Older computers may lag if multiple tabs are open at the same time.

📨 Info / Contact Us:
[email protected] - Send your requests and bug reports here. We appreciate your contribution!
▸ Tutorials:  https://www.highlighty.app/how-to
▸ FAQs: https://www.highlighty.app/faq
▸ Privacy Policy:  https://www.highlighty.app/privacy
▸ Terms of Service: https://www.highlighty.app/terms                    

Informações Básicas da Extensão

Nome Highlighty: Search, Find, Multi Highlight Highlighty: Search, Find, Multi Highlight
ID migdhldfbapmodfbmgpofnikfbfpbbon
URL Oficial https://chromewebstore.google.com/detail/highlighty-search-find-mu/migdhldfbapmodfbmgpofnikfbfpbbon
Descrição Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.
Tamanho do Arquivo 5.69 MB
Contagem de Instalações 10,000
Versão Atual 2.2.5
Última Atualização 2024-02-26
Data de Publicação 2020-10-27
Classificação 4.21/5 Total de 38 Avaliações
Desenvolvedor https://www.highlighty.app
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://highlighty.app/
URL da Página de Política de Privacidade https://www.highlighty.app/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlighty: Search, Find, Multi Highlight",
    "description": "Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.",
    "version": "2.2.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "author": "Webmind Technologies S.R.L",
    "options_ui": {
        "page": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "devtools_page": "index.html",
    "permissions": [
        "storage"
    ]
}