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.

Co to jest Highlighty: Search, Find, Multi Highlight?

Highlighty: Search, Find, Multi Highlight to rozszerzenie Chrome opracowane przez https://www.highlighty.app, a jego główną funkcją jest „Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Highlighty: Search, Find, Multi Highlight

Pobierz pliki rozszerzeń Highlighty: Search, Find, Multi Highlight w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Highlighty: Search, Find, Multi Highlight Highlighty: Search, Find, Multi Highlight
ID migdhldfbapmodfbmgpofnikfbfpbbon
Oficjalny URL https://chromewebstore.google.com/detail/highlighty-search-find-mu/migdhldfbapmodfbmgpofnikfbfpbbon
Opis Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.
Rozmiar pliku 5.69 MB
Liczba instalacji 10,000
Aktualna Wersja 2.2.5
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2020-10-27
Ocena 4.21/5 Łącznie 38 Oceny
Deweloper https://www.highlighty.app
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://highlighty.app/
Adres URL Strony Polityki Prywatności https://www.highlighty.app/privacy
Obsługiwane Języki 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"
    ]
}