EasyPan Hand Tool

Scroll web pages by dragging them with your mouse

Cos'è EasyPan Hand Tool?

EasyPan Hand Tool è un'estensione di Chrome sviluppata da davidu, e la sua funzione principale è "Scroll web pages by dragging them with your mouse".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EasyPan Hand Tool

Scarica i file di estensione EasyPan Hand Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome EasyPan Hand Tool EasyPan Hand Tool
ID egcoefibmfbgpclkjljnmnljppfaafio
URL Ufficiale https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio
Descrizione Scroll web pages by dragging them with your mouse
Dimensione del File 12.43 KB
Conteggio Installazioni 670
Versione Corrente 3.0
Ultimo Aggiornamento 2015-02-13
Data di Pubblicazione 2015-02-13
Valutazione 3.46/5 Totale 26 Valutazioni
Sviluppatore davidu
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}