GSpeak
Make Google speak the text of your choice ~ by 腾袭 (tengattack)
Cos'è GSpeak?
GSpeak è un'estensione di Chrome sviluppata da https://tengattack.com, e la sua funzione principale è "Make Google speak the text of your choice ~ by 腾袭 (tengattack)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GSpeak
Scarica i file di estensione GSpeak in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
让Google朗读你所选择的文本! Informazioni di Base sull'Estensione
| Nome | |
| ID | eikicdeccoflppkjbcgphggddclfiilh |
| URL Ufficiale | https://chromewebstore.google.com/detail/gspeak/eikicdeccoflppkjbcgphggddclfiilh |
| Descrizione | Make Google speak the text of your choice ~ by 腾袭 (tengattack) |
| Dimensione del File | 101 KB |
| Conteggio Installazioni | 20 |
| Versione Corrente | 0.87 |
| Ultimo Aggiornamento | 2013-06-27 |
| Data di Pubblicazione | 2013-06-27 |
| Sviluppatore | https://tengattack.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://tengattack.com/projects |
| Lingue Supportate | 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\/"
} | |