Scroll To Top (Simple and No Ads)

As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…

Scroll To Top (Simple and No Ads)คืออะไร?

Scroll To Top (Simple and No Ads) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย suresh.falor และคุณลักษณะหลักของมันคือ "As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll To Top (Simple and No Ads)

ดาวน์โหลดไฟล์ส่วนขยาย Scroll To Top (Simple and No Ads) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of every page. 

This extension works well on touchscreen devices and uses fluid animation.

ScrollOne was created to provide a completely free(no advertisements or unwanted promotions) experience. The focus is simplicity without extra bloat present in similar extensions.

Your review and feedback is appreciated. I will try to implement all requested features.                    

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

ชื่อ Scroll To Top (Simple and No Ads) Scroll To Top (Simple and No Ads)
ID idbnpmjlonmnmpmagjjpclammnablpba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-to-top-simple-and/idbnpmjlonmnmpmagjjpclammnablpba
คำอธิบาย As you can guess, this is a lightweight and reliable extension that provides a Scroll to Top button on the lower right corner of…
ขนาดไฟล์ 73.53 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2014-11-18
วันที่เผยแพร่ 2014-11-12
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา suresh.falor
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll To Top (Simple and No Ads)",
    "version": "1.5",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "sites.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.backstretch.min.js",
                "popup.js"
            ]
        }
    ],
    "manifest_version": 2
}