Notetab - capture your thoughts

Notetab - capture your thoughts

Capture your thoughts seamlessly in the new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notetab - capture your thoughts",
  "author": "Nicklas Cook",
  "version": "1.4.5",
  "description": "Capture your thoughts seamlessly in the new tab page",
  "short_name": "Notetab",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2
}