Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
¿Qué es Wheel Tilt History Navigator?
Wheel Tilt History Navigator es una extensión de Chrome desarrollada por Jiri Tyr, y su función principal es "Navigate in the history by tilting the mouse wheel.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Wheel Tilt History Navigator
Descarga archivos de extensión Wheel Tilt History Navigator 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
If you have a mouse which has the tilt functionality on its wheel, then this extension allows you to navigate in the history by tilting the mouse wheel.
Información Básica de la Extensión
Nombre | Wheel Tilt History Navigator |
ID | fdhiicnjgagpikbdgonbgmompjgnnbnb |
URL Oficial | https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb |
Descripción | Navigate in the history by tilting the mouse wheel. |
Tamaño del Archivo | 23.05 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 1.2 |
Última Actualización | 2013-09-30 |
Fecha de Publicación | 2013-09-30 |
Calificación | 3.14/5 Total de 7 Calificaciones |
Desarrollador | Jiri Tyr |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wheel Tilt History Navigator", "version": "1.2", "description": "Navigate in the history by tilting the mouse wheel.", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ] } ] } |