EasyPan Hand Tool

Scroll web pages by dragging them with your mouse

What is EasyPan Hand Tool?

EasyPan Hand Tool is a Chrome extension developed by davidu, and its main feature is "Scroll web pages by dragging them with your mouse".

Extension Screenshots

screenshot

Download EasyPan Hand Tool Extension CRX File

Download EasyPan Hand Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name EasyPan Hand Tool EasyPan Hand Tool
ID egcoefibmfbgpclkjljnmnljppfaafio
Official URL https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio
Description Scroll web pages by dragging them with your mouse
File Size 12.43 KB
Installation Count 670
Current Version 3.0
Last Updated 2015-02-13
Publish Date 2015-02-13
Rating 3.46/5 Total 26 Ratings
Developer davidu
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}