Scroller

Scrolls to the bottom of web pages that load their content dynamically with AJAX.

Scrollerคืออะไร?

Scroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.nirodhasoftware.com และคุณลักษณะหลักของมันคือ "Scrolls to the bottom of web pages that load their content dynamically with AJAX."

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

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

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

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

                        Scroller can be helpful when interacting with websites that load content as the user scrolls down the page. One problem with dynamic content loading is that you cannot search the entire page content without manually scrolling to the bottom of the page. Click on the Scroller button will perform the scrolling automatically for you. Free. No ads.                    

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

ชื่อ Scroller Scroller
ID ipldphdlpbbjchabnlmgljicgakpmnha
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scroller/ipldphdlpbbjchabnlmgljicgakpmnha
คำอธิบาย Scrolls to the bottom of web pages that load their content dynamically with AJAX.
ขนาดไฟล์ 8.09 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2014-02-13
วันที่เผยแพร่ 2014-02-13
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://www.nirodhasoftware.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.nirodhasoftware.com/scroller
URL หน้าช่วยเหลือ http://www.nirodhasoftware.com/scroller
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroller",
    "short_name": "Scroller",
    "version": "0.3",
    "author": "Nirodha Software",
    "homepage_url": "http:\/\/www.nirodhasoftware.com\/scroller",
    "description": "Scrolls to the bottom of web pages that load their content dynamically with AJAX.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Scroller",
        "default_icon": "arrow.png"
    },
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}