Tab Notes

Tab Notes

Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tab Notes",
  "version": "1.0.2",
  "description": "Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "assets/images/tab_note_16x16.png",
    "32": "assets/images/tab_note_32x32.png",
    "48": "assets/images/tab_note_48x48.png",
    "128": "assets/images/Tab_Note_Logo_128x128.png"
  }
}