Reader Scroller

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

什么是Reader Scroller?

Reader Scroller是由gcgonzalez99开发的Chrome扩展程序,该扩展的主要功能是“Extension for scrolling down a page using for reading or seeing a tab on browser”。

扩展截图

screenshot
screenshot

下载Reader Scroller扩展crx文件

下载Reader Scroller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}