OK NoteTab Firefox

Examine source code of OK NoteTab

Inspect and view changes in OK NoteTab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoteTab",
  "version": "2.0.0",
  "description": "Turn your new tab page into a minimalist notepad with persistent storage",
  "icons": {
    "48": "icons/notes.svg",
    "96": "icons/notes.svg"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/notes.svg",
      "96": "icons/notes.svg"
    },
    "default_title": "NoteTab Settings",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "notetab@example.com",
      "strict_min_version": "58.0"
    }
  }
}

Best OK NoteTab Alternatives

Here are some Firefox add-ons that are similar to OK NoteTab: