Wheel Tilt History Navigator
Navigate in the history by tilting the mouse wheel.
Wheel Tilt History Navigatorคืออะไร?
Wheel Tilt History Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jiri Tyr และคุณลักษณะหลักของมันคือ "Navigate in the history by tilting the mouse wheel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wheel Tilt History Navigator
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |