My new tab Firefox

Examine source code of My new tab

By: Mathias
Inspect and view changes in My new tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "My new tab",
  "version": "1.1",
  "description": "The addon has a keymap to open a tab with a custom URL. The keymap is Ctrl+Shift+l. To set a URL you click a button and...",
  "icons": {
    "48": "icons/icon48.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "32": "icons/icon32.png"
    },
    "default_title": "My new tab",
    "default_popup": "popup/entertabname.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mynewtab@mathiashh.dk"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-feature": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Send a 'toggle-feature' event to the extension"
    }
  }
}

Best My new tab Alternatives

Here are some Firefox add-ons that are similar to My new tab: