Simple smooth scrolling

Based on crxmouse, only smooth scrolling, and no background process.

Simple smooth scrollingคืออะไร?

Simple smooth scrolling เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ipcws และคุณลักษณะหลักของมันคือ "Based on crxmouse, only smooth scrolling, and no background process."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple smooth scrolling

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

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

                        A simple smooth scrolling extension. based on gestures for chrome(TM)(also crxmouse).Only smooth scrolling, no others, no background process.                    

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

ชื่อ Simple smooth scrolling Simple smooth scrolling
ID nkkgebahigkpgmekmljodlelcknmofnh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simple-smooth-scrolling/nkkgebahigkpgmekmljodlelcknmofnh
คำอธิบาย Based on crxmouse, only smooth scrolling, and no background process.
ขนาดไฟล์ 24.85 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2015-06-20
วันที่เผยแพร่ 2015-06-20
คะแนน 3.78/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา ipcws
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/scroll.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options.html",
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}