TTS
Make the browser speak!
什麼是TTS?
TTS是由Calvin開發的Chrome擴展程式,該擴展的主要功能是“Make the browser speak!”。
擴展截圖
下載TTS擴展crx文件
下載TTS擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Type/paste in any text and have Chrome read it out for you.
Update 29/06/16 V1.1: You can now select text on a web page > right click > say this
Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text 擴展基本資訊
| 名稱 | |
| ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
| 官方網址 | https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd |
| 簡介 | Make the browser speak! |
| 檔案大小 | 10.46 KB |
| 安裝次數 | 579 |
| 目前版本 | 1.2 |
| 更新時間 | 2017-04-17 |
| 上架時間 | 2017-04-17 |
| 評分 | 3.88/5 共 16 次評分 |
| 開發者 | Calvin |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TTS",
"description": "Make the browser speak!",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tts",
"contextMenus"
]
} | |