Scroll to top

Just a scroll to top button for all sites

Scroll to topคืออะไร?

Scroll to top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย markatkinson3917 และคุณลักษณะหลักของมันคือ "Just a scroll to top button for all sites"

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

screenshot

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

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

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

                        Click and scroll to top current page.We all spend a lot of time online browsing various sites. But with the popularity of endless scroll sites, the ability to quickly scroll through a page has become even more important than ever. Let's say you check your Google+ or Facebook, keep scrolling and scrolling to see more updates, and at some point you scroll through the amount of time it takes forever to scroll to the top. Scroll to the top attempts to minimize this effort by providing an intuitive icon at the bottom right of each page, so with one click you will find yourself at the top of the page with beautiful animation. You no longer need to search for the home key on your keyboard, and you no longer need to drag the scroll bar. It will just be fun and ergonomic.

Scroll to the top is a simple and easy extension that lets you scroll up the page with a single click on the toolbar icon.                    

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

ชื่อ Scroll to top Scroll to top
ID lpbicdcglgmobmglmlpipjajikldgkga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scroll-to-top/lpbicdcglgmobmglmlpipjajikldgkga
คำอธิบาย Just a scroll to top button for all sites
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2020-05-10
วันที่เผยแพร่ 2020-05-08
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา markatkinson3917
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "version": "1.5",
    "description": "__MSG_app_description__",
    "default_locale": "en_US",
    "permissions": [
        ""
    ],
    "options_page": "src\/html\/options.html",
    "background": {
        "scripts": [
            "src\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "src\/img\/small-arrow-1.png",
        "default_title": "Scroll to Top"
    },
    "icons": {
        "16": "src\/img\/small-arrow-1.png",
        "48": "src\/img\/middle-arrow-1.png",
        "128": "src\/img\/big-arrow-1.png"
    },
    "manifest_version": 2,
    "offline_enabled": true
}