iRead4u

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

什么是iRead4u?

iRead4u是由deep4788开发的Chrome扩展程序,该扩展的主要功能是“Reads (text to speech) the currently highlighted text on the screen (current tab)”。

扩展截图

screenshot

下载iRead4u扩展crx文件

下载iRead4u扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 iRead4u iRead4u
ID pkmbaacpdcnaaeeddokcpdahdokceppb
官方URL https://chromewebstore.google.com/detail/iread4u/pkmbaacpdcnaaeeddokcpdahdokceppb
简介 Reads (text to speech) the currently highlighted text on the screen (current tab)
文件大小 214 KB
安装次数 1,000
当前版本 1.5.0
更新时间 2016-11-02
上架时间 2016-11-02
评分 2.00/5 共12次评分
开发者 deep4788
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}