Don't Forget

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

Was ist Don't Forget?

Don't Forget ist eine Chrome-Erweiterung, die von dcarps entwickelt wurde, und ihr Hauptmerkmal ist "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".

Erweiterungsscreenshots

screenshot

Don't Forget-Erweiterungs-CRX-Datei herunterladen

Laden Sie Don't Forget-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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. ;)                    

Grundlegende Informationen zur Erweiterung

Name Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
Offizielle URL https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
Beschreibung Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Dateigröße 428 KB
Installationsanzahl 146
Aktuelle Version 1.0.5
Letztes Update 2013-10-04
Veröffentlichungsdatum 2013-10-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler dcarps
Zahlungsart free
Hilfeseite URL https://github.com/tollus/chrome-dont-forget/issues
Unterstützte Sprachen 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"
}