GSpeak
Make Google speak the text of your choice ~ by 腾袭 (tengattack)
GSpeakとは何ですか?
GSpeakはhttps://tengattack.comによって開発されたChromeの拡張機能で、その主な機能は「Make Google speak the text of your choice ~ by 腾袭 (tengattack)」です。
拡張機能のスクリーンショット
GSpeak拡張機能のCRXファイルをダウンロード
GSpeak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
让Google朗读你所选择的文本!
拡張機能の基本情報
名前 | GSpeak |
ID | eikicdeccoflppkjbcgphggddclfiilh |
公式URL | https://chromewebstore.google.com/detail/gspeak/eikicdeccoflppkjbcgphggddclfiilh |
説明 | Make Google speak the text of your choice ~ by 腾袭 (tengattack) |
ファイルサイズ | 101 KB |
インストール数 | 20 |
現在のバージョン | 0.87 |
最終更新日 | 2013-06-27 |
公開日 | 2013-06-27 |
開発者 | https://tengattack.com |
支払い方法 | free |
拡張機能のウェブサイト | http://tengattack.com/projects |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GSpeak", "default_locale": "en", "version": "0.87", "description": "__MSG_description__", "permissions": [ "storage", "contextMenus", "http:\/\/translate.google.com\/", "https:\/\/translate.google.com\/", "http:\/\/translate.google.cn\/", "https:\/\/translate.google.cn\/" ], "background": { "page": "background.html" }, "icons": { "16": "icon.png", "48": "icon_big.png", "128": "icon_big.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "offline_enabled": false, "homepage_url": "http:\/\/tengattack.com\/" } |