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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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