Scroll++

A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.

Scroll++คืออะไร?

Scroll++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zoutepopcorn และคุณลักษณะหลักของมันคือ "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect."

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

screenshot

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

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

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

                                            

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

ชื่อ Scroll++ Scroll++
ID kkbkeemffgiheholedniiicjhipnpdlp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kkbkeemffgiheholedniiicjhipnpdlp
คำอธิบาย A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.
ขนาดไฟล์ 1.59 MB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2017-01-31
วันที่เผยแพร่ 2017-01-31
ผู้พัฒนา zoutepopcorn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll++",
    "description": "A extension that scrolls the current page down. You can use it for pages like Twitter, Facebook ect.",
    "version": "0.1.1",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    }
}