Scroll up

Scroll

Scroll upคืออะไร?

Scroll up เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://multi-search.ru และคุณลักษณะหลักของมันคือ "Scroll"

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

screenshot
screenshot
screenshot

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

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

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

                        Добавь кнопку вверх на все сайты!                    

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

ชื่อ Scroll up Scroll up
ID nfoohbplohblhjonfcbingcpnikehlcp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scroll-up/nfoohbplohblhjonfcbingcpnikehlcp
คำอธิบาย Scroll
ขนาดไฟล์ 98.33 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2016-04-19
วันที่เผยแพร่ 2016-04-19
คะแนน 4.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา http://multi-search.ru
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://multi-search.ru/upscroll/
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Scroll",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/__up.png",
        "images\/__down.png"
    ],
    "name": "Scroll up",
    "permissions": [
        "",
        "unlimitedStorage",
        "storage"
    ],
    "version": "1.1.2"
}