Easy Reader

Making it easy to be a great reader

Easy Reader là gì?

Easy Reader là một tiện ích mở rộng Chrome được phát triển bởi https://easyreader.pro, và tính năng chính của nó là "Making it easy to be a great reader".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy Reader

Tải xuống các tệp mở rộng Easy Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ⚡️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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy Reader Easy Reader
ID gemlhgphcdpfenohdkmmbekahhebkach
URL Chính Thức https://chromewebstore.google.com/detail/easy-reader/gemlhgphcdpfenohdkmmbekahhebkach
Mô tả Making it easy to be a great reader
Kích Thước Tệp 233 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2022-08-31
Ngày Phát Hành 2021-07-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://easyreader.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.easyreader.pro
URL Trang Trợ Giúp https://www.read4speed.com/privacy-policy
URL Trang Chính Sách Bảo Mật http://triforcetodos.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}