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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}