Scrollbar Anywhere

Click and drag anywhere to scroll the page.

Scrollbar Anywhere क्या है?

Scrollbar Anywhere David Pärsson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click and drag anywhere to scroll the page."।

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

screenshot
screenshot

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

crx प्रारूप में Scrollbar Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension makes it possible to to scroll pages as if the scrollbar was right under your pointer. Just press the right mouse button (or any other of your choice) and move the mouse.

If you want grab-and-drag style scrolling, just set it up in the options.

The extension is based on the Wet Banana extension and inspired by Scrollbar Anywhere for Firefox.

Changes in 2.16:
- Stop gliding when a key is pressed or the mouse wheel is scrolled.
- Fix a bug where the default mouse click actions were incorrectly prevented.

Changes in 2.15:
- Blacklist bug fix for file URLs.

Changes in 2.14, 2.13 and 2.12:
- Support for Chrome v60+.

Changes in 2.11:
- Add a blacklist, allowing users to disable scrolling on certain domains.

Changes in 2.10:
- Fixed a bug where settings in open tabs were not updated.                    

एक्सटेंशन की मूल जानकारी

नाम Scrollbar Anywhere Scrollbar Anywhere
ID namcaplenodjnggbfkbopdbfngponici
आधिकारिक URL https://chromewebstore.google.com/detail/scrollbar-anywhere/namcaplenodjnggbfkbopdbfngponici
विवरण Click and drag anywhere to scroll the page.
फ़ाइल का आकार 19.87 KB
स्थापना संख्या 15,351
वर्तमान संस्करण 2.17
अंतिम अपडेट 2019-08-03
प्रकाशन तिथि 2019-08-03
रेटिंग 4.30/5 कुल 291 रेटिंग्स
डेवलपर David Pärsson
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/davidparsson/scrollbar-anywhere
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrollbar Anywhere",
    "version": "2.17",
    "description": "Click and drag anywhere to scroll the page.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Click to toggle Scrollbar Anywhere"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "minimum_chrome_version": "49"
}