EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
Qu'est-ce que EasyPan Hand Tool ?
EasyPan Hand Tool est une extension Chrome développée par davidu, et sa fonction principale est "Scroll web pages by dragging them with your mouse".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EasyPan Hand Tool
Téléchargez les fichiers d'extension EasyPan Hand Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
URL Officiel | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
Description | Scroll web pages by dragging them with your mouse |
Taille du Fichier | 12.43 KB |
Nombre d'Installations | 670 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2015-02-13 |
Date de Publication | 2015-02-13 |
Évaluation | 3.46/5 Total 26 Évaluations |
Développeur | davidu |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |