Reader Scroller

Extension for scrolling down a page using for reading or seeing a tab on browser

Reader Scroller क्या है?

Reader Scroller gcgonzalez99 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for scrolling down a page using for reading or seeing a tab on browser"।

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

screenshot
screenshot

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

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

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

                        If you are an enthusiastic or a manwha lovers, you should use this extension, this will help you to read making you dont need your mouse.

Imagine you are in your lunch time at work, and you are eating, and decide to read a manwha while you eat, with this extension you dont need to keep scrolling the page by your own, you can set a speed and control using the spacebar only.                    

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

नाम Reader Scroller Reader Scroller
ID jimnlnomkbenehcaljonifgfocnogkha
आधिकारिक URL https://chromewebstore.google.com/detail/reader-scroller/jimnlnomkbenehcaljonifgfocnogkha
विवरण Extension for scrolling down a page using for reading or seeing a tab on browser
फ़ाइल का आकार 578 KB
स्थापना संख्या 251
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-06-21
प्रकाशन तिथि 2022-06-18
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर gcgonzalez99
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reader Scroller",
    "description": "Extension for scrolling down a page using for reading or seeing a tab on browser",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        ""
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "scroller.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Reader Scroller",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "48": "\/images\/icon-48.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "developer": {
        "name": "Guilherme Gonzalez",
        "url": "https:\/\/github.com\/guigonzalezz"
    }
}