Scroll Half Page

Key binds to scroll a half page.

Scroll Half Page क्या है?

Scroll Half Page mkhr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Key binds to scroll a half page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scroll Half Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}