GSpeak
Make Google speak the text of your choice ~ by 腾袭 (tengattack)
What is GSpeak?
GSpeak is a Chrome extension developed by https://tengattack.com, and its main feature is "Make Google speak the text of your choice ~ by 腾袭 (tengattack)".
Extension Screenshots
Download GSpeak Extension CRX File
Download GSpeak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
让Google朗读你所选择的文本!
Extension Basic Information
Name | GSpeak |
ID | eikicdeccoflppkjbcgphggddclfiilh |
Official URL | https://chromewebstore.google.com/detail/gspeak/eikicdeccoflppkjbcgphggddclfiilh |
Description | Make Google speak the text of your choice ~ by 腾袭 (tengattack) |
File Size | 101 KB |
Installation Count | 20 |
Current Version | 0.87 |
Last Updated | 2013-06-27 |
Publish Date | 2013-06-27 |
Developer | https://tengattack.com |
Payment Type | free |
Extension Website | http://tengattack.com/projects |
Supported Languages | 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\/" } |