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
拡張機能の基本情報
名前 | TTS |
ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
公式URL | 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 |
Eメール | [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" ] } |