EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
Co je EasyPan Hand Tool?
EasyPan Hand Tool je rozšíření Chrome vyvinuté davidu, a jeho hlavní funkcí je „Scroll web pages by dragging them with your mouse“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření EasyPan Hand Tool
Stáhněte si soubory rozšíření EasyPan Hand Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
Oficiální URL | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
Popis | Scroll web pages by dragging them with your mouse |
Velikost souboru | 12.43 KB |
Počet instalací | 670 |
Aktuální Verze | 3.0 |
Poslední Aktualizace | 2015-02-13 |
Datum Vydání | 2015-02-13 |
Hodnocení | 3.46/5 Celkem 26 Hodnocení |
Vývojář | davidu |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |