Don't Forget

Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances

What is Don't Forget?

Don't Forget is a Chrome extension developed by dcarps, and its main feature is "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".

Extension Screenshots

screenshot

Download Don't Forget Extension CRX File

Download Don't Forget 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

                        Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)                    

Extension Basic Information

Name Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
Official URL https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
Description Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
File Size 428 KB
Installation Count 146
Current Version 1.0.5
Last Updated 2013-10-04
Publish Date 2013-10-04
Rating 5.00/5 Total 2 Ratings
Developer dcarps
Payment Type free
Help Page URL https://github.com/tollus/chrome-dont-forget/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Forget",
    "author": "dcarps",
    "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances",
    "version": "1.0.5",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "omnibox": {
        "keyword": "df"
    },
    "browser_action": {
        "default_icon": "img\/logo_BW128.png",
        "default_popup": "popup\/DontForget.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "options_page": "other\/alarmmgmt.html"
}