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」です。

拡張機能のスクリーンショット

screenshot

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