123 Multi-Highlight PRO
Search and highlight multiple words and sentences on web pages with professional precision.
Τι είναι το 123 Multi-Highlight PRO;
Το 123 Multi-Highlight PRO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://titanplugins.com, και η κύρια λειτουργία του είναι "Search and highlight multiple words and sentences on web pages with professional precision.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 123 Multi-Highlight PRO
Λήψη αρχείων επέκτασης 123 Multi-Highlight PRO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Highlight multiple words with different colors, get real time stats and make complex search queries. Imagine this extension as a search wizard for web pages! If you use * in your query, it acts like a magic key that can represent any word. So, if you search "I * unicorns" it finds sentences like "I love unicorns" and "I hate unicorns". It's like having a super-smart search that understands the magic behind your words! Privacy is our priority! 123 Highlighter PRO respects your privacy. All your data stays on your local machine, and we don't access or save your queries.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 123 Multi-Highlight PRO |
ID | begjjnkmpjhpleiefokjhfenionaffkn |
Επίσημο URL | https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn |
Περιγραφή | Search and highlight multiple words and sentences on web pages with professional precision. |
Μέγεθος Αρχείου | 2.4 MB |
Αριθμός Εγκαταστάσεων | 206 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2024-01-04 |
Ημερομηνία Δημοσίευσης | 2021-12-28 |
Αξιολόγηση | 5.00/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | https://titanplugins.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://titanplugins.com/123mhp |
Διεύθυνση URL της Σελίδας Βοήθειας | https://titanplugins.com/123mhp |
URL της Σελίδας Πολιτικής Απορρήτου | https://titanplugins.com/123mhp-privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "123 Multi-Highlight PRO", "description": "Search and highlight multiple words and sentences on web pages with professional precision.", "version": "2.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "123 Multi-Highlight PRO", "default_popup": "popup\/popup.html", "default_icon": { "16": "\/icons\/app_icon.png", "48": "\/icons\/app_icon.png", "128": "\/icons\/app_icon.png" } }, "icons": { "128": "\/icons\/app_icon.png" }, "permissions": [ "activeTab", "scripting", "tabs" ], "commands": { "_execute_action": { "suggested_key": { "windows": "Alt+S", "mac": "Alt+S", "chromeos": "Alt+S", "linux": "Alt+S" } } } } |