EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
O que é EasyPan Hand Tool?
EasyPan Hand Tool é uma extensão do Chrome desenvolvida por davidu, e sua principal característica é "Scroll web pages by dragging them with your mouse".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão EasyPan Hand Tool
Baixe arquivos de extensão EasyPan Hand Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
URL Oficial | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
Descrição | Scroll web pages by dragging them with your mouse |
Tamanho do Arquivo | 12.43 KB |
Contagem de Instalações | 670 |
Versão Atual | 3.0 |
Última Atualização | 2015-02-13 |
Data de Publicação | 2015-02-13 |
Classificação | 3.46/5 Total de 26 Avaliações |
Desenvolvedor | davidu |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |