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.

Что такое Highlighty: Search, Find, Multi Highlight?

Highlighty: Search, Find, Multi Highlight - это расширение Chrome, разработанное https://www.highlighty.app, и его основная функция - "Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Highlighty: Search, Find, Multi Highlight

Скачайте файлы расширений Highlighty: Search, Find, Multi Highlight в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Highlighty: Search, Find, Multi Highlight Highlighty: Search, Find, Multi Highlight
ID migdhldfbapmodfbmgpofnikfbfpbbon
Официальный URL https://chromewebstore.google.com/detail/highlighty-search-find-mu/migdhldfbapmodfbmgpofnikfbfpbbon
Описание Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.
Размер файла 5.69 MB
Количество установок 10,000
Текущая Версия 2.2.5
Последнее Обновление 2024-02-26
Дата публикации 2020-10-27
Рейтинг 4.21/5 Всего 38 оценок
Разработчик https://www.highlighty.app
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://highlighty.app/
URL страницы политики конфиденциальности https://www.highlighty.app/privacy
Поддерживаемые языки 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"
    ]
}