Autoscroll

Use Ctrl+Up/Down arrows to make pages scroll continously.

Autoscroll क्या है?

Autoscroll https://mrogalski.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Ctrl+Up/Down arrows to make pages scroll continously."।

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

screenshot

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

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

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

                        Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.                    

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

नाम Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
आधिकारिक URL https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
विवरण Use Ctrl+Up/Down arrows to make pages scroll continously.
फ़ाइल का आकार 22.91 KB
स्थापना संख्या 2,108
वर्तमान संस्करण 1.2
अंतिम अपडेट 2013-04-27
प्रकाशन तिथि 2013-04-27
रेटिंग 3.64/5 कुल 33 रेटिंग्स
डेवलपर https://mrogalski.eu
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mrogalski.eu/
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously."
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Autoscroll",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scroller.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2"
}