EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
Apa itu EasyPan Hand Tool?
EasyPan Hand Tool adalah ekstensi Chrome yang dikembangkan oleh davidu, dan fitur utamanya adalah "Scroll web pages by dragging them with your mouse".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EasyPan Hand Tool
Unduh file ekstensi EasyPan Hand Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
URL Resmi | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
Deskripsi | Scroll web pages by dragging them with your mouse |
Ukuran File | 12.43 KB |
Jumlah Instalasi | 670 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2015-02-13 |
Tanggal Publikasi | 2015-02-13 |
Penilaian | 3.46/5 Total 26 Penilaian |
Pengembang | davidu |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |