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
官方網址 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"
    }
}