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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        - 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"
    ]
}