Jot

Jot

This extension replaces the new tab page for note taking.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Jot",
  "description": "This extension replaces the new tab page for note taking.",
  "version": "0.2",
  "chrome_url_overrides": {
    "newtab": "jot.html"
  },
  "icons": {
    "128": "icon128.png"
  }
}