Reader Scroller

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

Co je Reader Scroller?

Reader Scroller je rozšíření Chrome vyvinuté gcgonzalez99, a jeho hlavní funkcí je „Extension for scrolling down a page using for reading or seeing a tab on browser“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Reader Scroller

Stáhněte si soubory rozšíření Reader Scroller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reader Scroller Reader Scroller
ID jimnlnomkbenehcaljonifgfocnogkha
Oficiální URL https://chromewebstore.google.com/detail/reader-scroller/jimnlnomkbenehcaljonifgfocnogkha
Popis Extension for scrolling down a page using for reading or seeing a tab on browser
Velikost souboru 578 KB
Počet instalací 251
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-06-21
Datum Vydání 2022-06-18
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář gcgonzalez99
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}