scrollUp!

Scroll to the top of the page with just one click

scrollUp!คืออะไร?

scrollUp! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dlinny และคุณลักษณะหลักของมันคือ "Scroll to the top of the page with just one click"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย scrollUp!

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

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

                        This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.                    

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

ชื่อ scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
คำอธิบาย Scroll to the top of the page with just one click
ขนาดไฟล์ 14.6 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-02-28
วันที่เผยแพร่ 2013-02-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Dlinny
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scrollUp!",
    "version": "1.1",
    "description": "Scroll to the top of the page with just one click",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Scroll to top",
        "default_icon": "toolbar.png"
    }
}