Scroll UP

Scroll UP to the top of the page.

Scroll UPคืออะไร?

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

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

screenshot

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

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

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

                        Scroll UP to the top of the page. You will see a small arrow at the right bottom corner of the webpage when you scroll down. Clicking on it will take you straight up to the top of the page.                    

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

ชื่อ Scroll UP Scroll UP
ID nikifllafkofdicjhldgiophmodkhpia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-up/nikifllafkofdicjhldgiophmodkhpia
คำอธิบาย Scroll UP to the top of the page.
ขนาดไฟล์ 99.1 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-06-03
วันที่เผยแพร่ 2014-06-03
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Sameer N Miraj
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sf-advanced-code-searcher.web.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll UP",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Scroll UP to the top of the page.",
    "author": "Sameer N Miraj",
    "icons": {
        "48": "Document-icon.png",
        "128": "Document-icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "image\/*.png"
    ]
}