New Tab Button Firefox

Examine source code of New Tab Button

By: Elad
Inspect and view changes in New Tab Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.1resigned1",
  "name": "__MSG_Name__",
  "description": "__MSG_Description__",
  "homepage_url": "https://github.com/katzelad/new-tab-button",
  "default_locale": "en",
  "icons": {
    "32": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "new-tab-button@ekz"
    }
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "__MSG_NewTab__"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ]
}

Best New Tab Button Alternatives

Here are some Firefox add-ons that are similar to New Tab Button: