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
Eメール [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"
    }
}