Goal Reminder
Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)
Goal Reminder là gì?
Goal Reminder là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)".
Ả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 Goal Reminder
Tải xuống các tệp mở rộng Goal Reminder 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
Do you want to prevent wasting the time of your life surfing the internet forgetting the time? Do you need a reminder of your goals in life? Do you want to stick to regular breaks while working on the computer? Do you want to get in shape and stay fit by some sportive breaks while surfing? Do you need a timer for the Pomodoro Technique? Do you want to improve yourself by creating an exoself? Hack your mind? Do you need an advanced MotivAider inside your browser? Do you want to stop procrastination? This extension reminds you regularly of your important goals in life or just to pause for some sport or do a short walk to refresh your mind. It displays a minute timer in the right top corner of your browser. When the count down is down it shows a random goal of your life. You can configure the length of countdown or disable it temporally. You can also import or export your goals. This extension is open source so you can make sure it's doing nothing evil. Please visit the development website for source code and an issue tracker. I would love to hear your ideas how to make this extension better. News (20.June.2013): Added several options for Text to Speech (Voice Selection, Pitch, Volume and Speed) News (18.Jan.2012): New Cycle through Goals Mode which prevents repeated display of the same goal. Added TTS (Text to Speech). Uses text-to-speech capabilities in Chrome to read your goal by an voice simultaneous with the notification. I fixed the bug which prevented the addition of goal and caused the negative comments.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Goal Reminder |
ID | ocnjckohbfdjdlhfgmnocamdfdkfclmk |
URL Chính Thức | https://chromewebstore.google.com/detail/goal-reminder/ocnjckohbfdjdlhfgmnocamdfdkfclmk |
Mô tả | Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS) |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 919 |
Phiên Bản Hiện Tại | 1.4.7 |
Cập Nhật Lần Cuối | 2014-07-25 |
Ngày Phát Hành | 2014-07-25 |
Đánh Giá | 3.73/5 Tổng số 52 Đánh Giá |
Nhà Phát Triển | [email protected] |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://plus.google.com/112838776888255370091 |
URL Trang Trợ Giúp | https://plus.google.com/112838776888255370091 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goal Reminder", "version": "1.4.7", "description": "Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)", "icons": { "16": "crx\/icons\/icon-16.png", "48": "crx\/icons\/icon-48.png", "128": "crx\/icons\/icon-128.png" }, "web_accessible_resources": [ "images\/icon.png" ], "background": { "scripts": [ "js\/jquery\/jquery.min.js", "\/js\/common.js", "js\/bg.js" ] }, "browser_action": { "default_title": "Goal Reminder!", "default_icon": "crx\/icons\/icon-19.png", "default_popup": "crx\/popup.html" }, "offline_enabled": true, "minimum_chrome_version": "28", "permissions": [ "notifications", "tts" ], "manifest_version": 2 } |