ToDo Markdown

ToDo Markdown

Make TODO and Markdown at your hands

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ToDo Markdown",
  "version": "1.0",
  "description": "Make TODO and Markdown at your hands",
  "icons": {
    "32": "res/image/icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/editor.html"
  }
}