EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
Co to jest EasyPan Hand Tool?
EasyPan Hand Tool to rozszerzenie Chrome opracowane przez davidu, a jego główną funkcją jest „Scroll web pages by dragging them with your mouse”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EasyPan Hand Tool
Pobierz pliki rozszerzeń EasyPan Hand Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | egcoefibmfbgpclkjljnmnljppfaafio |
| Oficjalny URL | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
| Opis | Scroll web pages by dragging them with your mouse |
| Rozmiar pliku | 12.43 KB |
| Liczba instalacji | 670 |
| Aktualna Wersja | 3.0 |
| Ostatnia Aktualizacja | 2015-02-13 |
| Data Publikacji | 2015-02-13 |
| Ocena | 3.46/5 Łącznie 26 Oceny |
| Deweloper | davidu |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |