Simple Notes

A simple notes extension based off the Mac Notes app.

Simple Notes क्या है?

Simple Notes Jeffrey Chang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple notes extension based off the Mac Notes app."।

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

screenshot
screenshot

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

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

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

                        With simple notes, you can take and save notes. It's that simple.

Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! 

Note: This extension does not sync with your Apple notes.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Notes Simple Notes
ID ldfahoabcdgljodjddijjiknleolbcmh
आधिकारिक URL https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh
विवरण A simple notes extension based off the Mac Notes app.
फ़ाइल का आकार 116 KB
स्थापना संख्या 1,118
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2015-10-27
प्रकाशन तिथि 2015-10-26
रेटिंग 3.31/5 कुल 13 रेटिंग्स
डेवलपर Jeffrey Chang
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notes",
    "description": "A simple notes extension based off the Mac Notes app.",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}