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 là gì?

Highlighty: Search, Find, Multi Highlight là một tiện ích mở rộng Chrome được phát triển bởi https://www.highlighty.app, và tính năng chính của nó là "Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Highlighty: Search, Find, Multi Highlight

Tải xuống các tệp mở rộng Highlighty: Search, Find, Multi Highlight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Highlighty: Search, Find, Multi Highlight Highlighty: Search, Find, Multi Highlight
ID migdhldfbapmodfbmgpofnikfbfpbbon
URL Chính Thức https://chromewebstore.google.com/detail/highlighty-search-find-mu/migdhldfbapmodfbmgpofnikfbfpbbon
Mô tả Searching and Multi Highlighting made effortless! It's the most efficient way to find and highlight any text on the web.
Kích Thước Tệp 5.69 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 2.2.5
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2020-10-27
Đánh Giá 4.21/5 Tổng số 38 Đánh Giá
Nhà Phát Triển https://www.highlighty.app
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://highlighty.app/
URL Trang Chính Sách Bảo Mật https://www.highlighty.app/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}