Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
What is Wheel Tilt History Navigator?
Wheel Tilt History Navigator is a Chrome extension developed by Jiri Tyr, and its main feature is "Navigate in the history by tilting the mouse wheel.".
Extension Screenshots
Download Wheel Tilt History Navigator Extension CRX File
Download Wheel Tilt History Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wheel Tilt History Navigator |
ID | fdhiicnjgagpikbdgonbgmompjgnnbnb |
Official URL | https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb |
Description | Navigate in the history by tilting the mouse wheel. |
File Size | 23.05 KB |
Installation Count | 16 |
Current Version | 1.2 |
Last Updated | 2013-09-30 |
Publish Date | 2013-09-30 |
Rating | 3.14/5 Total 7 Ratings |
Developer | Jiri Tyr |
Payment Type | free |
Supported Languages | 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" ] } ] } |