Goal Reminder

Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)

What is Goal Reminder?

Goal Reminder is a Chrome extension developed by [email protected], and its main feature is "Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)".

Extension Screenshots

screenshot
screenshot
screenshot

Download Goal Reminder Extension CRX File

Download Goal Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Goal Reminder Goal Reminder
ID ocnjckohbfdjdlhfgmnocamdfdkfclmk
Official URL https://chromewebstore.google.com/detail/goal-reminder/ocnjckohbfdjdlhfgmnocamdfdkfclmk
Description Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)
File Size 116 KB
Installation Count 919
Current Version 1.4.7
Last Updated 2014-07-25
Publish Date 2014-07-25
Rating 3.73/5 Total 52 Ratings
Developer [email protected]
Payment Type free
Extension Website https://plus.google.com/112838776888255370091
Help Page URL https://plus.google.com/112838776888255370091
Supported Languages 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
}