GSpeak
Make Google speak the text of your choice ~ by 腾袭 (tengattack)
GSpeak란 무엇입니까?
GSpeak은(는) https://tengattack.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Google speak the text of your choice ~ by 腾袭 (tengattack)"입니다.
확장 프로그램 스크린샷
GSpeak 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/" } |