Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
Wat is Wheel Tilt History Navigator?
Wheel Tilt History Navigator is een Chrome-extensie ontwikkeld door Jiri Tyr, en de belangrijkste functie is "Navigate in the history by tilting the mouse wheel.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wheel Tilt History Navigator
Download Wheel Tilt History Navigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fdhiicnjgagpikbdgonbgmompjgnnbnb |
| Officiële URL | https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb |
| Beschrijving | Navigate in the history by tilting the mouse wheel. |
| Bestandsgrootte | 23.05 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2013-09-30 |
| Publicatiedatum | 2013-09-30 |
| Beoordeling | 3.14/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Jiri Tyr |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |