Online Text Editor Like Notepad & Wordpad

Online Text Editor Like Notepad & Wordpad

Best and free online text editor like notepad, wordpad and word editor to write your text while browsing multiple tabs on web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Online Text Editor Like Notepad & Wordpad",
  "description": "Best and free online text editor like notepad, wordpad and word editor to write your text while browsing multiple tabs on web.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "notepad.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "notepad16.png",
    "32": "notepad32.png",
    "48": "notepad48.png",
    "128": "notepad.png"
  }
}