Back to the Top

Scroll to the top of the page

Back to the Topคืออะไร?

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

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

screenshot

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

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

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

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

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

ชื่อ Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
คำอธิบาย Scroll to the top of the page
ขนาดไฟล์ 14.1 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-04-18
วันที่เผยแพร่ 2022-04-18
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา marinadecroon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/toptoscroll/home
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}