Your MemoPad - Simply notes for Chrome

Simply notes and tasks in Chrome.

Your MemoPad - Simply notes for Chrome क्या है?

Your MemoPad - Simply notes for Chrome https://www.yourmemopad.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply notes and tasks in Chrome."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save your codes, ideas, homeworks or notes with auto-sync and fast access. Could it be more simple?	

Auto-sync with your Chrome account, all your notes always accessible in any computer, at work or at home.

You can copy and paste in YourMemoPad without text format. Never forget your tasks and add descriptions for each one. All your changes will be saved and synced automatically. Basic interface with an intuitive work system ready to use.

CREATE TASK LISTS AND ADD DESCRIPTIONS FOR MORE INFORMATION.
Automatic synchronization with your Google Chrome Browser account. Access your tasks and notes from all desktop device and continue working.

COPY AND PASTE DIRECTLY AS PLAIN TEXT.
Be always available the codes and notes you use the most and save changes directly. Paste here the information you need to have at hand.

MANAGE YOUR TASKS AND REMOVE FINISHED.
Modifies the list or descriptions of each task and do not worry about saving changes, the extension does that automatically for you. Access your tasks and notes from all desktop device and continue working.                    

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

नाम Your MemoPad - Simply notes for Chrome Your MemoPad - Simply notes for Chrome
ID foejegkpnomadfpnaofmhcbgmfejboge
आधिकारिक URL https://chromewebstore.google.com/detail/your-memopad-simply-notes/foejegkpnomadfpnaofmhcbgmfejboge
विवरण Simply notes and tasks in Chrome.
फ़ाइल का आकार 344 KB
स्थापना संख्या 824
वर्तमान संस्करण 1.4
अंतिम अपडेट 2016-07-24
प्रकाशन तिथि 2016-07-24
रेटिंग 4.20/5 कुल 10 रेटिंग्स
डेवलपर https://www.yourmemopad.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.yourmemopad.com/
सहायता पृष्ठ URL http://www.yourmemopad.com/p/faq.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your MemoPad - Simply notes for Chrome",
    "description": "Simply notes and tasks in Chrome.",
    "version": "1.4",
    "short_name": "YourMemoPad",
    "homepage_url": "http:\/\/www.yourmemopad.com\/",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "YourMemoPad",
        "default_popup": "popup.html",
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/sponsor.png",
        "images\/icon15.png"
    ]
}