Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
什么是Wheel Tilt History Navigator?
Wheel Tilt History Navigator是由Jiri Tyr开发的Chrome扩展程序,该扩展的主要功能是“Navigate in the history by tilting the mouse wheel.”。
扩展截图
下载Wheel Tilt History Navigator扩展crx文件
下载Wheel Tilt History Navigator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Wheel Tilt History Navigator |
ID | fdhiicnjgagpikbdgonbgmompjgnnbnb |
官方URL | https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb |
简介 | Navigate in the history by tilting the mouse wheel. |
文件大小 | 23.05 KB |
安装次数 | 16 |
当前版本 | 1.2 |
更新时间 | 2013-09-30 |
上架时间 | 2013-09-30 |
评分 | 3.14/5 共7次评分 |
开发者 | Jiri Tyr |
付费类型 | free |
支持的语言 | 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" ] } ] } |