Grab n' Drag - Scrolling made easy

Scroll web pages by dragging them with your mouse

Grab n' Drag - Scrolling made easyคืออะไร?

Grab n' Drag - Scrolling made easy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย davidu และคุณลักษณะหลักของมันคือ "Scroll web pages by dragging them with your mouse"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grab n' Drag - Scrolling made easy

ดาวน์โหลดไฟล์ส่วนขยาย Grab n' Drag - Scrolling made easy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Scroll web pages by grabbing and dragging, using mouse right-click. 

Using the tool:
To scroll, click and hold the right mouse button.
To temporarily disable the tool, press and hold Ctrl.
Click the hand icon to enable/disable the tool.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Grab n' Drag - Scrolling made easy Grab n' Drag - Scrolling made easy
ID ngmajcafpheboagideajmejgcaafpjpi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/grab-n-drag-scrolling-mad/ngmajcafpheboagideajmejgcaafpjpi
คำอธิบาย Scroll web pages by dragging them with your mouse
ขนาดไฟล์ 24.13 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-23
วันที่เผยแพร่ 2020-05-23
คะแนน 2.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา davidu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grab n' Drag - Scrolling made easy",
    "short_name": "Grab n' Drag",
    "manifest_version": 2,
    "description": "Scroll web pages by dragging them with your mouse",
    "version": "1.0",
    "permissions": [],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/iconColor38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persist": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "pan.js"
            ]
        }
    ]
}