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