Goal Reminder

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

Goal Reminderとは何ですか?

Goal Reminderは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Goal Reminder拡張機能のCRXファイルをダウンロード

Goal Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Goal Reminder Goal Reminder
ID ocnjckohbfdjdlhfgmnocamdfdkfclmk
公式URL https://chromewebstore.google.com/detail/goal-reminder/ocnjckohbfdjdlhfgmnocamdfdkfclmk
説明 Reminds you of your goals in life while wasting your time in the internet. No registration. Full privacy. Speech (TTS)
ファイルサイズ 116 KB
インストール数 919
現在のバージョン 1.4.7
最終更新日 2014-07-25
公開日 2014-07-25
評価 3.73/5 合計 52 レビュー
開発者 [email protected]
支払い方法 free
拡張機能のウェブサイト https://plus.google.com/112838776888255370091
ヘルプページのURL https://plus.google.com/112838776888255370091
対応言語 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
}