Autoscroll

Scroll to the bottom of the page - Created with http://blog.self.li

Autoscrollคืออะไร?

Autoscroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danny.hope และคุณลักษณะหลักของมันคือ "Scroll to the bottom of the page - Created with http://blog.self.li"

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

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

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

                        Adds a button for scrolling to the bottom of a page (which can be useful on infinite scrolling pages).                    

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

ชื่อ Autoscroll Autoscroll
ID kgkaecolmndcecnchojbndeanmiokofl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/autoscroll/kgkaecolmndcecnchojbndeanmiokofl
คำอธิบาย Scroll to the bottom of the page - Created with http://blog.self.li
ขนาดไฟล์ 6.66 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-11-21
วันที่เผยแพร่ 2014-11-21
คะแนน 4.55/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา danny.hope
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dannyhope/autoscroll
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Autoscroll"
    },
    "name": "Autoscroll",
    "description": "Scroll to the bottom of the page - Created with http:\/\/blog.self.li",
    "homepage_url": "http:\/\/blog.self.li\/post\/16366939413\/how-to-convert-bookmarklet-to-chrome-extension",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}