Autoscroll

Use Ctrl+Up/Down arrows to make pages scroll continously.

Autoscrollคืออะไร?

Autoscroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mrogalski.eu และคุณลักษณะหลักของมันคือ "Use Ctrl+Up/Down arrows to make pages scroll continously."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autoscroll

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

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

                        Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.                    

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

ชื่อ Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
คำอธิบาย Use Ctrl+Up/Down arrows to make pages scroll continously.
ขนาดไฟล์ 22.91 KB
จำนวนการติดตั้ง 2,108
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-04-27
วันที่เผยแพร่ 2013-04-27
คะแนน 3.64/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา https://mrogalski.eu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mrogalski.eu/
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously."
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Autoscroll",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scroller.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2"
}