Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
Hvad er Wheel Tilt History Navigator?
Wheel Tilt History Navigator er en Chrome-udvidelse udviklet af Jiri Tyr, og dens hovedfunktion er "Navigate in the history by tilting the mouse wheel.".
Udvidelsesskærmbilleder
Download Wheel Tilt History Navigator-udvidelses-CRX-fil
Download Wheel Tilt History Navigator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Wheel Tilt History Navigator |
ID | fdhiicnjgagpikbdgonbgmompjgnnbnb |
Officiel URL | https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb |
Beskrivelse | Navigate in the history by tilting the mouse wheel. |
Filstørrelse | 23.05 KB |
Antal Installationer | 16 |
Nuværende Version | 1.2 |
Senest Opdateret | 2013-09-30 |
Udgivelsesdato | 2013-09-30 |
Bedømmelse | 3.14/5 Samlet 7 Bedømmelser |
Udvikler | Jiri Tyr |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |