EasyPan Hand Tool

Scroll web pages by dragging them with your mouse

Τι είναι το EasyPan Hand Tool;

Το EasyPan Hand Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον davidu, και η κύρια λειτουργία του είναι "Scroll web pages by dragging them with your mouse".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης EasyPan Hand Tool

Λήψη αρχείων επέκτασης 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"
            ]
        }
    ]
}