Multi Highlight
Search and highlight multiple words on web pages.
Τι είναι το Multi Highlight;
Το Multi Highlight είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://betelgeuseas.github.io/extensions, και η κύρια λειτουργία του είναι "Search and highlight multiple words on web pages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Multi Highlight
Λήψη αρχείων επέκτασης Multi Highlight σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
"Multi Highlight" is a powerful browser extension designed to enhance your web browsing experience. With its advanced features, you can highlight multiple words or phrases on any webpage with ease, making it easier for you to find the information you need. This extension allows you to customize your highlighting experience by selecting different colors for each keyword or phrase, making it easier to distinguish between different terms. You can also quickly toggle between different highlight colors, making it easy to organize and categorize your highlights. Additionally, "Multi Highlight" features a search function that enables you to quickly find all instances of a highlighted term or phrase on the current webpage. This feature saves you time and makes it easier to navigate lengthy documents or web pages with multiple instances of the same term. Overall, "Multi Highlight" is an indispensable tool for researchers, students, and anyone who wants to streamline their web browsing experience and stay organized while working online. Features: • No tracking/analytics of any kind. • Ads-free. • Instant notification about found or not found queries on any website. • Search query by selecting element on website. • Customly assigned colors for the queries. • 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. • A highly flexible tool. All the settings are optional, you can turn every function off anytime you wish to. • An easy-to-use, friendly interface makes searching a pleasure.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Multi Highlight |
ID | geghmgfneempmmjhaelkeghfogimpjmk |
Επίσημο URL | https://chromewebstore.google.com/detail/multi-highlight/geghmgfneempmmjhaelkeghfogimpjmk |
Περιγραφή | Search and highlight multiple words on web pages. |
Μέγεθος Αρχείου | 133 KB |
Αριθμός Εγκαταστάσεων | 2,062 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2023-04-02 |
Ημερομηνία Δημοσίευσης | 2023-03-28 |
Αξιολόγηση | 4.17/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | https://betelgeuseas.github.io/extensions |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://betelgeuseas.github.io/extensions/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://betelgeuseas.github.io/extensions/#contact |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Search and highlight multiple words on web pages.", "version": "1.1.2", "manifest_version": 3, "name": "Multi Highlight", "homepage_url": "https:\/\/betelgeuseas.github.io\/extensions\/", "action": { "default_popup": "popup.html", "default_title": "Multi Highlight", "default_icon": "icon-32.png" }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "contextMenus", "storage" ] } |