Selection Reader (Text to Speech)

High quality text-to-speech reader capable of seamlessly reading large amounts of text.

什麼是Selection Reader (Text to Speech)?

Selection Reader (Text to Speech)是由David Heaney開發的Chrome擴展程式,該擴展的主要功能是“High quality text-to-speech reader capable of seamlessly reading large amounts of text.”。

擴展截圖

screenshot

下載Selection Reader (Text to Speech)擴展crx文件

下載Selection Reader (Text to Speech)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Other text to speech extensions are bloated, slow, and often critically flawed- they're unable to read out more than around 250 characters at a time without cutting out! Not to mention the shady permissions they require.

Selection Reader is simple, fast, and can read out near-unlimited text at once. Just select the text and right click!                    

擴展基本資訊

名稱 Selection Reader (Text to Speech) Selection Reader (Text to Speech)
ID fdffijlhedcdiblbingmagmdnokokgbi
官方網址 https://chromewebstore.google.com/detail/selection-reader-text-to/fdffijlhedcdiblbingmagmdnokokgbi
簡介 High quality text-to-speech reader capable of seamlessly reading large amounts of text.
檔案大小 31.45 KB
安裝次數 377,503
目前版本 1.8.9
更新時間 2018-09-10
上架時間 2018-09-08
評分 3.60/5 共 667 次評分
開發者 David Heaney
付費類型 free
支援的語言 id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_shortname__",
    "author": "David Heaney",
    "description": "__MSG_manifest_description__",
    "version": "1.8.9",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "read.js",
            "buy.js"
        ]
    },
    "icons": {
        "16": "icons\/regular\/icon16.png",
        "48": "icons\/regular\/icon48.png",
        "128": "icons\/regular\/icon128.png"
    },
    "browser_action": [],
    "default_locale": "en",
    "minimum_chrome_version": "40",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "manifest_version": 2
}