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
官方網址 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
電子郵箱 [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"
        ]
    }
}