Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
Cos'è Wheel Tilt History Navigator?
Wheel Tilt History Navigator è un'estensione di Chrome sviluppata da Jiri Tyr, e la sua funzione principale è "Navigate in the history by tilting the mouse wheel.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wheel Tilt History Navigator
Scarica i file di estensione Wheel Tilt History Navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Wheel Tilt History Navigator |
ID | fdhiicnjgagpikbdgonbgmompjgnnbnb |
URL Ufficiale | https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb |
Descrizione | Navigate in the history by tilting the mouse wheel. |
Dimensione del File | 23.05 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2013-09-30 |
Data di Pubblicazione | 2013-09-30 |
Valutazione | 3.14/5 Totale 7 Valutazioni |
Sviluppatore | Jiri Tyr |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |