Simple Notepad

Make notes and sync them. What could be more simple?

Simple Notepad क्या है?

Simple Notepad https://avoidingneighbours.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make notes and sync them. What could be more simple?"।

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

screenshot
screenshot
screenshot

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

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

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

                        What could be more simple than wanting to create a note whilst browsing the web? Well Simple Notepad allows you to do just that! In fact Simple Notepad lets you create as many notes as you want. Do you use more than one installation of Chrome? Then your notes will sync across your different installations using your bookmarks so you'll never have to worry about keeping your notes in sync manually, or wonder what the note said on your other machine, it just happens! 

Ok so enough of the waffle here is a feature list:

  -- Create multiple notes
  -- Notes backed up to your Google bookmarks (this can be turned on/off in the Simple Notepad options)
  -- Notes synced across Chrome installations (requires Bookmark Syncing)
  -- Synchronizing on a schedule and manually force a synchronization.
  -- It will remember where you were editing the note and keep the cursor position and even the selection.
 -- Resize the note window to whatever size you like.
 -- Copy selected text to a note using a right click menu.
 -- Copy a link to a note using a right click menu
 -- Copy the page title and URL to a note using a right click menu
 -- Can choose between the classic Simple Notepad layout and an Opera Notes style layout                    

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

नाम Simple Notepad Simple Notepad
ID ghnkdbkeniegahdcjeeikjoaapakeomf
आधिकारिक URL https://chromewebstore.google.com/detail/simple-notepad/ghnkdbkeniegahdcjeeikjoaapakeomf
विवरण Make notes and sync them. What could be more simple?
फ़ाइल का आकार 607 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.5.3
अंतिम अपडेट 2012-07-18
प्रकाशन तिथि 2012-07-18
रेटिंग 4.00/5 कुल 209 रेटिंग्स
डेवलपर https://avoidingneighbours.blogspot.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://avoidingneighbours.blogspot.com
सहायता पृष्ठ URL http://groups.google.com/group/simple-notepad-chrome-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Notepad",
    "version": "1.5.3",
    "manifest_version": 2,
    "description": "Make notes and sync them. What could be more simple?",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16x16.png",
        "48": "img\/icon48x48.png",
        "128": "img\/icon128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/default_icon.png",
        "default_title": "Simple Notepad",
        "default_popup": "notes_view.html"
    },
    "minimum_chrome_version": "18.0",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "bookmarks",
        "contextMenus"
    ],
    "offline_enabled": true
}