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 |
官方網址 | 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" ] } ] } |