Reader Scroller

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

Vad är Reader Scroller?

Reader Scroller är en Chrome-tillägg utvecklad av gcgonzalez99, och dess huvudfunktion är "Extension for scrolling down a page using for reading or seeing a tab on browser".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Reader Scroller-förlängningens CRX-fil

Ladda ner Reader Scroller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Reader Scroller Reader Scroller
ID jimnlnomkbenehcaljonifgfocnogkha
Officiell webbadress https://chromewebstore.google.com/detail/reader-scroller/jimnlnomkbenehcaljonifgfocnogkha
Beskrivning Extension for scrolling down a page using for reading or seeing a tab on browser
Filstorlek 578 KB
Antal Installationer 251
Aktuell Version 1.0.1
Senast Uppdaterad 2022-06-21
Publiceringsdatum 2022-06-18
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare gcgonzalez99
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}