Reader Scroller

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

Reader Scrollerคืออะไร?

Reader Scroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gcgonzalez99 และคุณลักษณะหลักของมันคือ "Extension for scrolling down a page using for reading or seeing a tab on browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reader Scroller

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}