Sexy Go to Top

Scrolls page to top

Sexy Go to Topคืออะไร?

Sexy Go to Top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Oleshkevich และคุณลักษณะหลักของมันคือ "Scrolls page to top"

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

screenshot

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

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

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

                        Adds intelligent "top arrow" button to the right bottom corner of  every page so you can easily navigate to top without boring scrolling.                    

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

ชื่อ Sexy Go to Top Sexy Go to Top
ID egjocodnpbebnjkcjaflkhbcamofjccg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sexy-go-to-top/egjocodnpbebnjkcjaflkhbcamofjccg
คำอธิบาย Scrolls page to top
ขนาดไฟล์ 45.66 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-09-16
วันที่เผยแพร่ 2013-09-16
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Alex Oleshkevich
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sexy Go to Top",
    "version": "1.0",
    "description": "Scrolls page to top",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "64": "assets\/icon-64.png",
        "128": "assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}