EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
EasyPan Hand Toolคืออะไร?
EasyPan Hand Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidu และคุณลักษณะหลักของมันคือ "Scroll web pages by dragging them with your mouse"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EasyPan Hand Tool
ดาวน์โหลดไฟล์ส่วนขยาย EasyPan Hand Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
EasyPan makes browsing more comfortable. It allows you to pan a web page (scroll by grabbing the page), just like you do when reading a PDF document. Using the tool: Click the hand icon to enable/disable the hand-tool. When the tool is enabled, clicking Ctrl temporarily disable it. **Feedback and suggestions are more than welcome** If there is a bug please elaborate in its description so I can attend it. ---- Credits: Extension's image icon: http://www.designcontest.com Extension's button icon: www.fatcow.com/free-icons
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
คำอธิบาย | Scroll web pages by dragging them with your mouse |
ขนาดไฟล์ | 12.43 KB |
จำนวนการติดตั้ง | 670 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2015-02-13 |
วันที่เผยแพร่ | 2015-02-13 |
คะแนน | 3.46/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | davidu |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyPan Hand Tool", "short_name": "EasyPan", "manifest_version": 2, "description": "Scroll web pages by dragging them with your mouse", "version": "3.0", "permissions": [], "page_action": { "default_icon": { "38": "images\/iconGray38.png" } }, "background": { "scripts": [ "background.js" ], "persist": false }, "web_accessible_resources": [ "images\/*.cur" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "pan.js" ] } ] } |