123 Multi-Highlight PRO
Search and highlight multiple words and sentences on web pages with professional precision.
Qu'est-ce que 123 Multi-Highlight PRO ?
123 Multi-Highlight PRO est une extension Chrome développée par https://titanplugins.com, et sa fonction principale est "Search and highlight multiple words and sentences on web pages with professional precision.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 123 Multi-Highlight PRO
Téléchargez les fichiers d'extension 123 Multi-Highlight PRO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 123 Multi-Highlight PRO |
ID | begjjnkmpjhpleiefokjhfenionaffkn |
URL Officiel | https://chromewebstore.google.com/detail/123-multi-highlight-pro/begjjnkmpjhpleiefokjhfenionaffkn |
Description | Search and highlight multiple words and sentences on web pages with professional precision. |
Taille du Fichier | 2.4 MB |
Nombre d'Installations | 206 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2024-01-04 |
Date de Publication | 2021-12-28 |
Évaluation | 5.00/5 Total 12 Évaluations |
Développeur | https://titanplugins.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://titanplugins.com/123mhp |
URL de la Page d'Aide | https://titanplugins.com/123mhp |
URL de la Page de Politique de Confidentialité | https://titanplugins.com/123mhp-privacy |
Langues Prises en Charge | 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" } } } } |