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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
让Google朗读你所选择的文本! Основная информация о расширении
| Название | |
| 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\/"
} | |