EasyPan Hand Tool
Scroll web pages by dragging them with your mouse
EasyPan Hand Tool क्या है?
EasyPan Hand Tool davidu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll web pages by dragging them with your mouse"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EasyPan Hand Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | EasyPan Hand Tool |
ID | egcoefibmfbgpclkjljnmnljppfaafio |
आधिकारिक URL | https://chromewebstore.google.com/detail/easypan-hand-tool/egcoefibmfbgpclkjljnmnljppfaafio |
विवरण | Scroll web pages by dragging them with your mouse |
फ़ाइल का आकार | 12.43 KB |
स्थापना संख्या | 670 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2015-02-13 |
प्रकाशन तिथि | 2015-02-13 |
रेटिंग | 3.46/5 कुल 26 रेटिंग्स |
डेवलपर | davidu |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |