Back to Top

Scroll to the top of the page. No animation. Minimal memory usage.

Back to Topคืออะไร?

Back to Top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ozawa Masayuki และคุณลักษณะหลักของมันคือ "Scroll to the top of the page. No animation. Minimal memory usage."

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

screenshot

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

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

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

                        Scroll to the top of the web page of the active tab.
No animation.
Minimal memory usage.
Free and open sourced.                    

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

ชื่อ Back to Top Back to Top
ID cakpkhmdkkigjljpchpblmfkjgkacbco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/back-to-top/cakpkhmdkkigjljpchpblmfkjgkacbco
คำอธิบาย Scroll to the top of the page. No animation. Minimal memory usage.
ขนาดไฟล์ 4.09 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-22
วันที่เผยแพร่ 2017-08-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ozawa Masayuki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ozami/back-to-top
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Back to Top",
    "description": "Scroll to the top of the page. No animation. Minimal memory usage.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        }
    }
}