Search Highlighter
Search and highlight keywords in any webpage via toolbar popup.
¿Qué es Search Highlighter?
Search Highlighter es una extensión de Chrome desarrollada por Yubi, y su función principal es "Search and highlight keywords in any webpage via toolbar popup.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Search Highlighter
Descarga archivos de extensión Search Highlighter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Search Highlighter is an extension that enables you to find and highlight desired keywords on any web page. Simply navigate to a web page, then, open toolbar popup UI and type your keyword in the designated area. Then click on the - Find - button or press - Enter - on your keyboard. All the matching words within the web page will be highlighted with yellow color. If you click on the - Clear - Button, the highlighted words will be cleared. There are also several options within the options page to adjust highlight functionality. To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/search-highlighter.html).
Información Básica de la Extensión
Nombre | Search Highlighter |
ID | ddhleiedaebfmlcefloachgifidhogde |
URL Oficial | https://chromewebstore.google.com/detail/search-highlighter/ddhleiedaebfmlcefloachgifidhogde |
Descripción | Search and highlight keywords in any webpage via toolbar popup. |
Tamaño del Archivo | 40.26 KB |
Cantidad de Instalaciones | 3,000 |
Versión Actual | 0.1.4 |
Última Actualización | 2023-08-29 |
Fecha de Publicación | 2019-03-10 |
Calificación | 2.86/5 Total de 14 Calificaciones |
Desarrollador | Yubi |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://mybrowseraddon.com/search-highlighter.html |
URL de la Página de Ayuda | https://mybrowseraddon.com/search-highlighter.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 3, "offline_enabled": true, "name": "Search Highlighter", "homepage_url": "https:\/\/mybrowseraddon.com\/search-highlighter.html", "description": "Search and highlight keywords in any webpage via toolbar popup.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_title": "Search Highlighter", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "search-highlighter": { "description": "Search Highlighter", "suggested_key": { "mac": "Alt+Shift+F", "default": "Alt+Shift+F" } } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |