iRead4u

Reads (text to speech) the currently highlighted text on the screen (current tab)

iRead4u là gì?

iRead4u là một tiện ích mở rộng Chrome được phát triển bởi deep4788, và tính năng chính của nó là "Reads (text to speech) the currently highlighted text on the screen (current tab)".

Ả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 iRead4u

Tải xuống các tệp mở rộng iRead4u 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

                        Reads the currently highlighted text on the screen; converts highlighted text to speech.

Highlight the text you want to be read and do either of:
- Press [Alt+Shift+S] or
- Click on the extension's icon


Follow me on:
- Twitter: https://twitter.com/?lang=en
- GitHub: https://github.com/deep4788                    

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

Tên iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
URL Chính Thức https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
Mô tả Reads (text to speech) the currently highlighted text on the screen (current tab)
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2016-11-02
Ngày Phát Hành 2016-11-02
Đánh Giá 2.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển deep4788
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iRead4u",
    "short_name": "iRead4u",
    "description": "Reads (text to speech) the currently highlighted text on the screen (current tab)",
    "version": "1.5.0",
    "manifest_version": 2,
    "author": "Deep Aggarwal ",
    "commands": {
        "read-highlighted": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Reads highlighted text on the screen (current tab)"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Read Highlighted Text"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    }
}