SmoothScroll

Scroll smoothly on all websites with your mouse and keyboard.

SmoothScroll क्या है?

SmoothScroll https://smoothscroll.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll smoothly on all websites with your mouse and keyboard."।

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

screenshot
screenshot

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

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

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

                        The original SmoothScroll extension.

NEW: there's also a native Windows and Mac app so you can enjoy smooth scrolling everywhere: 

-   https://www.smoothscroll.net/mac/   -
-   https://www.smoothscroll.net/win/   -

No ads, fast and lightweight.

(No background process, ~0 memory used!)

Features
- iOS-like smooth scrolling
- Mouse wheel, middle mouse and keyboard support
- Arrow keys, PgUp/PgDown, Spacebar, Home/End
- Customizable step sizes, frames per second and more...
- Works with embedded content (flash)
- Full touchpad support
- Excluded pages list

Bugs & Suggestions
https://github.com/gblazex/smoothscroll


Privacy Policy:
This extension doesn't collect/transmit/store any user information (personal or non-personal). Period.                    

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

नाम SmoothScroll SmoothScroll
ID nbokbjkabcmbfdlbddjidfmibcpneigj
आधिकारिक URL https://chromewebstore.google.com/detail/smoothscroll/nbokbjkabcmbfdlbddjidfmibcpneigj
विवरण Scroll smoothly on all websites with your mouse and keyboard.
फ़ाइल का आकार 59.79 KB
स्थापना संख्या 160,972
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2022-09-12
प्रकाशन तिथि 2020-05-25
रेटिंग 4.57/5 कुल 1979 रेटिंग्स
डेवलपर https://smoothscroll.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.smoothscroll.net/
गोपनीयता नीति पृष्ठ URL https://www.smoothscroll.net/privacy/extension.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.0",
    "background": {
        "service_worker": "pages\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/sscr.js",
                "src\/middlemouse.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "exclude_globs": [
                "*.pdf*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "promo\/mac_promo.js"
            ],
            "matches": [
                "*:\/\/www.smoothscroll.net\/*",
                "*:\/\/www.smoothscroll.net.s3-website-us-east-1.amazonaws.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Scroll smoothly on all websites with your mouse and keyboard.",
    "icons": {
        "128": "img\/128n.png",
        "16": "img\/16n.png",
        "32": "img\/32n.png",
        "48": "img\/48n.png"
    },
    "name": "SmoothScroll",
    "options_page": "pages\/options.html",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/cursor.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD1YCUodXSIZuDNa4PJGDCzSWnJAsPymJLQNj+fbxNHbE8BJ4x062dCB0rg0ovXXjNjGJW5FUX+aIEdhh1oNpouWkfu0GP6D6VXCrArXS1hKa7mV8jrBSuMLQo\/aU3X7iieqkDzeSFRwUaAEp54C62J22sJ06EHI1QMLuCJ6C9lVQIDAQAB"
}