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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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"
    ]
}