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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Grab n' Drag - Scrolling made easy
قم بتنزيل ملفات الامتداد Grab n' Drag - Scrolling made easy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" ] } ] } |