Super Easy Notes!

Super simple Chrome notes!

Super Easy Notes! क्या है?

Super Easy Notes! abhid90210 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super simple Chrome notes!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super Easy Notes! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}