GSpeak
Make Google speak the text of your choice ~ by 腾袭 (tengattack)
Wat is GSpeak?
GSpeak is een Chrome-extensie ontwikkeld door https://tengattack.com, en de belangrijkste functie is "Make Google speak the text of your choice ~ by 腾袭 (tengattack)".
Extensie Screenshots
Download het CRX-bestand van de extensie GSpeak
Download GSpeak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
让Google朗读你所选择的文本! Basisinformatie over de Extensie
| Naam | |
| ID | eikicdeccoflppkjbcgphggddclfiilh |
| Officiële URL | https://chromewebstore.google.com/detail/gspeak/eikicdeccoflppkjbcgphggddclfiilh |
| Beschrijving | Make Google speak the text of your choice ~ by 腾袭 (tengattack) |
| Bestandsgrootte | 101 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 0.87 |
| Laatst Bijgewerkt | 2013-06-27 |
| Publicatiedatum | 2013-06-27 |
| Ontwikkelaar | https://tengattack.com |
| Betalingswijze | free |
| Extensiewebsite | http://tengattack.com/projects |
| Ondersteunde Talen | 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\/"
} | |