EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
Was ist EasyPan Hand Tool?
EasyPan Hand Tool ist eine Chrome-Erweiterung, die von davidu entwickelt wurde, und ihr Hauptmerkmal ist "Scroll web pages by dragging them with your mouse".
Erweiterungsscreenshots
EasyPan Hand Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyPan Hand Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
Offizielle URL | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
Beschreibung | Scroll web pages by dragging them with your mouse |
Dateigröße | 12.43 KB |
Installationsanzahl | 670 |
Aktuelle Version | 3.0 |
Letztes Update | 2015-02-13 |
Veröffentlichungsdatum | 2015-02-13 |
Bewertung | 3.46/5 Insgesamt 26 Bewertungen |
Entwickler | davidu |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |