Don't Forget

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

Cos'è Don't Forget?

Don't Forget è un'estensione di Chrome sviluppata da dcarps, e la sua funzione principale è "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Don't Forget

Scarica i file di estensione Don't Forget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
URL Ufficiale https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
Descrizione Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Dimensione del File 428 KB
Conteggio Installazioni 146
Versione Corrente 1.0.5
Ultimo Aggiornamento 2013-10-04
Data di Pubblicazione 2013-10-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore dcarps
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/tollus/chrome-dont-forget/issues
Lingue Supportate 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"
}