Don't Forget
Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Wat is Don't Forget?
Don't Forget is een Chrome-extensie ontwikkeld door dcarps, en de belangrijkste functie is "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".
Extensie Screenshots
Download het CRX-bestand van de extensie Don't Forget
Download Don't Forget-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. ;)
Basisinformatie over de Extensie
Naam | Don't Forget |
ID | abggoadfpgldjgbjdikghhdmlcgpknie |
Officiële URL | https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie |
Beschrijving | Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances |
Bestandsgrootte | 428 KB |
Aantal Installaties | 146 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2013-10-04 |
Publicatiedatum | 2013-10-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dcarps |
Betalingswijze | free |
Help Pagina-URL | https://github.com/tollus/chrome-dont-forget/issues |
Ondersteunde Talen | 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" } |