Text To Voice V1.0.2
This extension will convert your text to multiple voice formats.
什麼是Text To Voice V1.0.2?
Text To Voice V1.0.2是由Dadaso Zanzane開發的Chrome擴展程式,該擴展的主要功能是“This extension will convert your text to multiple voice formats.”。
擴展截圖
下載Text To Voice V1.0.2擴展crx文件
下載Text To Voice V1.0.2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will convert your text to multiple voice formats. - added play/stop button - enabled right click and play
擴展基本資訊
名稱 | Text To Voice V1.0.2 |
ID | ebgalelknkkbbhdoocnbakmphhjendhb |
官方網址 | https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb |
簡介 | This extension will convert your text to multiple voice formats. |
檔案大小 | 101 KB |
安裝次數 | 561 |
目前版本 | 1.0.2 |
更新時間 | 2015-11-14 |
上架時間 | 2015-11-14 |
評分 | 3.33/5 共 9 次評分 |
開發者 | Dadaso Zanzane |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text To Voice V1.0.2", "description": "This extension will convert your text to multiple voice formats.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "default.html" }, "permissions": [ "activeTab", "tts", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "icon.png" }, "background": { "persistent": false, "scripts": [ "jquery-1.10.2.js", "jquery.cookie.js", "script.js", "background.js" ] } } |