EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
什麼是EasyPan Hand Tool?
EasyPan Hand Tool是由davidu開發的Chrome擴展程式,該擴展的主要功能是“Scroll web pages by dragging them with your mouse”。
擴展截圖
下載EasyPan Hand Tool擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |