Scroll Half Page

Key binds to scroll a half page.

Scroll Half Pageคืออะไร?

Scroll Half Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mkhr และคุณลักษณะหลักของมันคือ "Key binds to scroll a half page."

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

screenshot
screenshot

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

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

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

                        For those who love to use the space bar to scroll pages, this extension binds [Ctrl + Space] to scroll a half page down, and [Shift + Ctrl + Space] to scroll a half page up by default.

You can change those binds at the options page.
[Space]
- Browser's default
- Scroll a half page

[Ctrl + Space]
- Browser's default
- Scroll a half page
- Scroll a page                    

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

ชื่อ Scroll Half Page Scroll Half Page
ID ihaaiappdjoikdfganmmbabjdaiobpoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scroll-half-page/ihaaiappdjoikdfganmmbabjdaiobpoc
คำอธิบาย Key binds to scroll a half page.
ขนาดไฟล์ 12.51 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2013-02-04
วันที่เผยแพร่ 2013-02-04
คะแนน 2.44/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา mkhr
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll Half Page",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}