GSpeak
Make Google speak the text of your choice ~ by 腾袭 (tengattack)
Qu'est-ce que GSpeak ?
GSpeak est une extension Chrome développée par https://tengattack.com, et sa fonction principale est "Make Google speak the text of your choice ~ by 腾袭 (tengattack)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GSpeak
Téléchargez les fichiers d'extension GSpeak au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
让Google朗读你所选择的文本!
Informations de Base sur l'Extension
Nom | GSpeak |
ID | eikicdeccoflppkjbcgphggddclfiilh |
URL Officiel | https://chromewebstore.google.com/detail/gspeak/eikicdeccoflppkjbcgphggddclfiilh |
Description | Make Google speak the text of your choice ~ by 腾袭 (tengattack) |
Taille du Fichier | 101 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.87 |
Dernière Mise à Jour | 2013-06-27 |
Date de Publication | 2013-06-27 |
Développeur | https://tengattack.com |
Type de Paiement | free |
Site Web de l'Extension | http://tengattack.com/projects |
Langues Prises en Charge | 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\/" } |