EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
EasyPan Hand Tool là gì?
EasyPan Hand Tool là một tiện ích mở rộng Chrome được phát triển bởi davidu, và tính năng chính của nó là "Scroll web pages by dragging them with your mouse".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EasyPan Hand Tool
Tải xuống các tệp mở rộng EasyPan Hand Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
URL Chính Thức | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
Mô tả | Scroll web pages by dragging them with your mouse |
Kích Thước Tệp | 12.43 KB |
Số Lần Cài Đặt | 670 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2015-02-13 |
Ngày Phát Hành | 2015-02-13 |
Đánh Giá | 3.46/5 Tổng số 26 Đánh Giá |
Nhà Phát Triển | davidu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |