Scroll to the bottom

helps users get to the top and bottom of a page instantly

Scroll to the bottomคืออะไร?

Scroll to the bottom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Launchpad Digital และคุณลักษณะหลักของมันคือ "helps users get to the top and bottom of a page instantly"

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

screenshot

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

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

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

                        scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. 

Try it out!                    

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

ชื่อ Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
คำอธิบาย helps users get to the top and bottom of a page instantly
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-07-07
วันที่เผยแพร่ 2021-07-03
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Launchpad Digital
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to the bottom",
    "description": "helps users get to the top and bottom of a page instantly",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        },
        "icons": {
            "16": "get_started16.png",
            "32": "get_started32.png",
            "48": "get_started48.png",
            "128": "get_started128.png"
        }
    }
}