Super Easy Notes!

Super simple Chrome notes!

Τι είναι το Super Easy Notes!;

Το Super Easy Notes! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον abhid90210, και η κύρια λειτουργία του είναι "Super simple Chrome notes!".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Super Easy Notes!

Λήψη αρχείων επέκτασης Super Easy Notes! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Saves:
- Phone numbers
- Addresses
- Websites
- Jokes

But wait there's more:
Now also store other textual type of information. :)

Without ever leaving your Chrome.

---- 
Important:
Currently all notes are stored in your local system.
Currently all notes will be accessible to anyone using your browser after you, use it if you are the only one using your computer.

----
- Authentication feature coming soon.
- Syncing with GDrive coming soon.                    

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

Όνομα Super Easy Notes! Super Easy Notes!
ID ihljjldlepkbibpbkfnmmkhfgeeiiiid
Επίσημο URL https://chrome.google.com/webstore/detail/super-easy-notes/ihljjldlepkbibpbkfnmmkhfgeeiiiid
Περιγραφή Super simple Chrome notes!
Μέγεθος Αρχείου 291 KB
Αριθμός Εγκαταστάσεων 528
Τρέχουσα Έκδοση 0.0.0.4
Τελευταία Ενημέρωση 2014-04-30
Ημερομηνία Δημοσίευσης 2014-04-30
Αξιολόγηση 4.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής abhid90210
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.0.4",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "browser_action": {
        "default_icon": {
            "19": "images\/browserAction.png",
            "38": "images\/browserAction.png"
        },
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "identity",
        "storage",
        "https:\/\/accounts.google.com\/",
        "https:\/\/www.googleapis.com\/",
        "https:\/\/ssl.gstatic.com\/",
        "https:\/\/apis.google.com\/"
    ],
    "oauth2": {
        "client_id": "631726187562-0q05ssj1jnk9fnbquojmmdvngas4ar3h.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}