Scroll to Bottom

Just a Scroll to Bottom Button

Scroll to Bottomคืออะไร?

Scroll to Bottom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleclickapps.com และคุณลักษณะหลักของมันคือ "Just a Scroll to Bottom Button"

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

screenshot

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

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

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

                        Click the button and scroll to the end of the current page.

That's all it does.

Options:

You can change the default icon to one of several predefined alternatives or even, if you want, you can set your own toolbar icon.

Notes:

Please, keep in mind that the extension will not work on each and every page. It works in most sites but it will not scroll browser's internal pages (settings, history etc.), the chrome web store pages (no extension can touch these) and some complicated web pages. If it doesn't work for you, please, don't hate me too much. You can at any time remove it from your browser (right-click on the icon and select "Remove from Chrome").                    

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

ชื่อ Scroll to Bottom Scroll to Bottom
ID filgdcpknaklibnfoejliopebdipligb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-to-bottom/filgdcpknaklibnfoejliopebdipligb
คำอธิบาย Just a Scroll to Bottom Button
ขนาดไฟล์ 41.74 KB
จำนวนการติดตั้ง 4,881
เวอร์ชันปัจจุบัน 1.1.0.0
อัปเดตครั้งล่าสุด 2020-12-24
วันที่เผยแพร่ 2019-10-16
คะแนน 3.44/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://singleclickapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://singleclickapps.com/scroll-to-bottom/
URL หน้านโยบายความเป็นส่วนตัว https://singleclickapps.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Bottom",
    "version": "1.1.0.0",
    "description": "Just a Scroll to Bottom Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-to-bottom",
    "icons": {
        "16": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "default_title": "Scroll to Bottom"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}