Super Quick Notes

Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.

Super Quick Notes क्या है?

Super Quick Notes Tilek Mamutov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome."।

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

screenshot

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

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

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

                        Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page.

Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose.

This text editor is powered by Quill rich text editor.
If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.                    

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

नाम Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
आधिकारिक URL https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
विवरण Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
फ़ाइल का आकार 125 KB
स्थापना संख्या 218
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2017-01-04
प्रकाशन तिथि 2017-01-04
रेटिंग 4.43/5 कुल 7 रेटिंग्स
डेवलपर Tilek Mamutov
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Notes",
    "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.",
    "version": "1.1.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}