GSpeak
Make Google speak the text of your choice ~ by 腾袭 (tengattack)
ما هو GSpeak؟
GSpeak هو إضافة Chrome تم تطويرها بواسطة https://tengattack.com، والميزة الرئيسية لها هي "Make Google speak the text of your choice ~ by 腾袭 (tengattack)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GSpeak
قم بتنزيل ملفات الامتداد GSpeak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
让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\/" } |