Reader Scroller

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

Co to jest Reader Scroller?

Reader Scroller to rozszerzenie Chrome opracowane przez gcgonzalez99, a jego główną funkcją jest „Extension for scrolling down a page using for reading or seeing a tab on browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reader Scroller

Pobierz pliki rozszerzeń Reader Scroller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reader Scroller Reader Scroller
ID jimnlnomkbenehcaljonifgfocnogkha
Oficjalny URL https://chromewebstore.google.com/detail/reader-scroller/jimnlnomkbenehcaljonifgfocnogkha
Opis Extension for scrolling down a page using for reading or seeing a tab on browser
Rozmiar pliku 578 KB
Liczba instalacji 251
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-06-21
Data Publikacji 2022-06-18
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper gcgonzalez99
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}