Alt New Tab Firefox

Examine source code of Alt New Tab

Inspect and view changes in Alt New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Alt New Tab",
  "version": "0.5",
  "description": "Alt+[Shift]+N to open an alternative new tab that contains your HTML and script without focus the address bar",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "cookies",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "commands": {
    "newtab": {
      "description": "Insert after the last tab",
      "suggested_key": {
        "default": "Alt+N"
      }
    },
    "newtab_after_current": {
      "description": "Insert after the current tab",
      "suggested_key": {
        "default": "Alt+Shift+N"
      }
    },
    "newtab_container": {
      "description": "Insert after the last tab (current container)"
    },
    "newtab_after_current_container": {
      "description": "Insert after the current tab (current container)"
    }
  }
}

Best Alt New Tab Alternatives

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