Don't Forget

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

Τι είναι το Don't Forget;

Το Don't Forget είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dcarps, και η κύρια λειτουργία του είναι "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Don't Forget

Λήψη αρχείων επέκτασης Don't Forget σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
Επίσημο URL https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
Περιγραφή Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
Μέγεθος Αρχείου 428 KB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2013-10-04
Ημερομηνία Δημοσίευσης 2013-10-04
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής dcarps
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/tollus/chrome-dont-forget/issues
Υποστηριζόμενες Γλώσσες 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"
}