Page Scroller

Adds Scroll function to your mouse.

ما هو Page Scroller؟

Page Scroller هو إضافة Chrome تم تطويرها بواسطة hiatamaworkshop، والميزة الرئيسية لها هي "Adds Scroll function to your mouse.".

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

screenshot

تحميل ملف CRX للإضافة Page Scroller

قم بتنزيل ملفات الامتداد Page Scroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - Holding left click button and touching the left end of the screen will scroll back to the top of the page. 

- Holding left click button and touching the right end of the screen will cancel the previous scroll.                    

معلومات أساسية عن التمديد

الاسم Page Scroller Page Scroller
ID hfknpfhjgikidapfikdknedojecdlehn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/page-scroller/hfknpfhjgikidapfikdknedojecdlehn
الوصف Adds Scroll function to your mouse.
حجم الملف 8.28 KB
عدد التثبيتات 93
النسخة الحالية 0.1.1
آخر تحديث 2017-01-11
تاريخ النشر 2017-01-11
المطور hiatamaworkshop
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Scroller",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Adds Scroll function to your mouse.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "scroller.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}