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
Eメール [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"
    }
}