EasyNotePad

Notepad that saves what you write

EasyNotePad क्या है?

EasyNotePad Jeeth Suresh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notepad that saves what you write"।

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

screenshot

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

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

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

                        Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? 

Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! 

Current commands:  creates a list of items

COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!                    

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

नाम EasyNotePad EasyNotePad
ID dfdcglofngdaicocbbdllmhacdadohel
आधिकारिक URL https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel
विवरण Notepad that saves what you write
फ़ाइल का आकार 45.13 KB
स्थापना संख्या 452
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-02-24
प्रकाशन तिथि 2014-02-23
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Jeeth Suresh
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyNotePad",
    "description": "Notepad that saves what you write",
    "version": "0.1",
    "permissions": [
        "background",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "easynotepad.html"
    }
}