Hoverflow
Hover to preview any link, without leaving your tab.
¿Qué es Hoverflow?
Hoverflow es una extensión de Chrome desarrollada por https://hoverflow.io, y su función principal es "Hover to preview any link, without leaving your tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hoverflow
Descarga archivos de extensión Hoverflow 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
The fastest and easiest way to browse wikis, docs, the web. Nested: Preview links within links, find information without breaking flow. Fast: Loads the mobile version of websites for fast and focused browsing. Secure: Disabled by default, enabled where you want it. One-click enable on any tab, click again for granular settings. Works great with Wikipedia! We've automatically enabled it there for you to try out, but feel free turn it off anytime via the popup menu.
Información Básica de la Extensión
Nombre | Hoverflow |
ID | hejgdekfjconideemhoabeiadaeikpli |
URL Oficial | https://chromewebstore.google.com/detail/hoverflow/hejgdekfjconideemhoabeiadaeikpli |
Descripción | Hover to preview any link, without leaving your tab. |
Tamaño del Archivo | 49.37 KB |
Cantidad de Instalaciones | 1,216 |
Versión Actual | 1.2.4 |
Última Actualización | 2023-04-24 |
Fecha de Publicación | 2022-05-03 |
Calificación | 4.74/5 Total de 27 Calificaciones |
Desarrollador | https://hoverflow.io |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://hoverflow.io |
URL de la Página de Ayuda | https://moonstopsoftware.com/contact |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "scripting", "activeTab", "declarativeNetRequestWithHostAccess" ], "optional_permissions": [ "bookmarks" ], "host_permissions": [ "https:\/\/*.wikipedia.org\/*" ], "optional_host_permissions": [ "https:\/\/*\/*", "http:\/\/localhost\/*", "http:\/\/localhost:*\/*", "http:\/\/127.0.0.1\/*", "http:\/\/127.0.0.1:*\/*" ], "externally_connectable": { "matches": [ "https:\/\/hoverflow.io\/*" ] }, "background": { "service_worker": "src\/serviceWorker.js" }, "action": { "default_title": "__MSG_actionTitle__", "default_icon": { "16": "\/icons\/grey\/16.png", "32": "\/icons\/grey\/32.png", "48": "\/icons\/grey\/48.png", "128": "\/icons\/grey\/128.png" } }, "declarative_net_request": { "rule_resources": [ { "id": "frameRules", "path": "rules.json", "enabled": true } ] }, "options_page": "settings.html" } |