Talking tomato
Talking tomato
Talking tomato là gì?
Talking tomato là một tiện ích mở rộng Chrome được phát triển bởi Michael, và tính năng chính của nó là "Talking tomato".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Talking tomato
Tải xuống các tệp mở rộng Talking tomato dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Talking tomato |
ID | jnncibpplkdogfncechmdakddjbekolf |
URL Chính Thức | https://chromewebstore.google.com/detail/talking-tomato/jnncibpplkdogfncechmdakddjbekolf |
Mô tả | Talking tomato |
Kích Thước Tệp | 180 KB |
Số Lần Cài Đặt | 110 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2017-01-26 |
Ngày Phát Hành | 2017-01-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Michael |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/zjlovezj/pomodoro-sound/issues |
Ngôn Ngữ Được Hỗ Trợ | 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:;" } |