EasyPan Hand Tool

Scroll web pages by dragging them with your mouse

ما هو EasyPan Hand Tool؟

EasyPan Hand Tool هو إضافة Chrome تم تطويرها بواسطة davidu، والميزة الرئيسية لها هي "Scroll web pages by dragging them with your mouse".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EasyPan Hand Tool

قم بتنزيل ملفات الامتداد EasyPan Hand Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
            ]
        }
    ]
}