Simple Text To Speech

simple text-to-speech and text queue card readers for chrome

什麼是Simple Text To Speech?

Simple Text To Speech是由matrix.nad開發的Chrome擴展程式,該擴展的主要功能是“simple text-to-speech and text queue card readers for chrome”。

擴展截圖

screenshot
screenshot
screenshot

下載Simple Text To Speech擴展crx文件

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

擴展使用說明

                        a text-to-speech and queue card based reading tool for chrome. This
extension lets you right click highlighted text and use text to speech
in chrome browser.                    

擴展基本資訊

名稱 Simple Text To Speech Simple Text To Speech
ID gpknfndlfloaiankeelecjfpoedodgcg
官方網址 https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg
簡介 simple text-to-speech and text queue card readers for chrome
檔案大小 592 KB
安裝次數 600
目前版本 1.5
更新時間 2017-12-22
上架時間 2017-12-22
評分 2.33/5 共 3 次評分
開發者 matrix.nad
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://infinitet3ch.com/simple-tts-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Text To Speech",
    "version": "1.5",
    "description": "simple text-to-speech and text queue card readers for chrome",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}