Selection Reader

Selection Reader allows to speak the content in the web page with various voice control options.

Selection Readerとは何ですか?

Selection ReaderはArun Kumar Sekarによって開発されたChromeの拡張機能で、その主な機能は「Selection Reader allows to speak the content in the web page with various voice control options.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Selection Reader拡張機能のCRXファイルをダウンロード

Selection Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Selection Reader allows to speak the content in the web page with various voice control options and you can also read the selected content with the right click.                    

拡張機能の基本情報

名前 Selection Reader Selection Reader
ID eojegnppbmmnknbmnjgifjjehjlmdcoe
公式URL https://chrome.google.com/webstore/detail/selection-reader/eojegnppbmmnknbmnjgifjjehjlmdcoe
説明 Selection Reader allows to speak the content in the web page with various voice control options.
ファイルサイズ 105 KB
インストール数 16,794
現在のバージョン 2.1
最終更新日 2017-11-29
公開日 2017-11-29
評価 4.22/5 合計 9 レビュー
開発者 Arun Kumar Sekar
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Reader",
    "version": "2.1",
    "description": "Selection Reader allows to speak the content in the web page with various voice control options.",
    "permissions": [
        "tts",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "128": "img\/speak128.png",
        "48": "img\/speak64.png",
        "16": "img\/speak16.png"
    },
    "browser_action": {
        "default_icon": "img\/speak32.png",
        "default_popup": "index.html",
        "default_title": "Selection Reader"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}