Talking tomato
Talking tomato
Talking tomato란 무엇입니까?
Talking tomato은(는) Michael에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Talking tomato"입니다.
확장 프로그램 스크린샷
Talking tomato 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It reminds you the remaining time by speaking to you, so that you don't have to check it all the time. "Game begins!" "20 minutes left" "15 minutes left" "10 minutes left" "5 minutes left" "1 minutes left" "30 seconds" "10 seconds" "5 seconds" "Game over!" You get the idea. PS. This is an open source extension. Bug reports or PRs are welcome. Please visit https://github.com/zjlovezj/pomodoro-sound
확장 프로그램 기본 정보
이름 | Talking tomato |
ID | jnncibpplkdogfncechmdakddjbekolf |
공식 URL | https://chromewebstore.google.com/detail/talking-tomato/jnncibpplkdogfncechmdakddjbekolf |
설명 | Talking tomato |
파일 크기 | 180 KB |
설치 횟수 | 110 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2017-01-26 |
출시 날짜 | 2017-01-26 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Michael |
결제 유형 | free |
도움말 페이지 URL | https://github.com/zjlovezj/pomodoro-sound/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.9", "name": "Talking tomato", "manifest_version": 2, "description": "Talking tomato", "browser_action": { "default_title": "Tomato", "default_popup": "popup.html" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "inject.html" ], "background": { "page": "background.html" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |