Easy Reader

Making it easy to be a great reader

Easy Readerคืออะไร?

Easy Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://easyreader.pro และคุณลักษณะหลักของมันคือ "Making it easy to be a great reader"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Easy Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⚡️Transform the way you read onlineRead better, read faster, and read more of what you love with our special technology designed to teach you to be a better reader.
⚡️Save articles on the web to read at your desired speed with a custom style that helps train your eyes to read more efficiently.
⚡️Remember everything you read with tools to help you keep track of your time spent reading.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Reader Easy Reader
ID gemlhgphcdpfenohdkmmbekahhebkach
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-reader/gemlhgphcdpfenohdkmmbekahhebkach
คำอธิบาย Making it easy to be a great reader
ขนาดไฟล์ 233 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2022-08-31
วันที่เผยแพร่ 2021-07-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://easyreader.pro
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.easyreader.pro
URL หน้าช่วยเหลือ https://www.read4speed.com/privacy-policy
URL หน้านโยบายความเป็นส่วนตัว http://triforcetodos.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Reader",
    "description": "Making it easy to be a great reader",
    "version": "1.4.1",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting",
        "identity",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "651171521300-ggvq2b758fs3ttrgmod6kl2qc10ej1mu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "EasyReader",
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": "\/images\/main-icon16.png",
            "32": "\/images\/main-icon32.png",
            "48": "\/images\/main-icon48.png",
            "128": "\/images\/main-icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/main-icon16.png",
        "32": "\/images\/main-icon32.png",
        "48": "\/images\/main-icon48.png",
        "128": "\/images\/main-icon128.png"
    }
}