Accelerated Speed Dial Firefox

Examine source code of Accelerated Speed Dial

Inspect and view changes in Accelerated Speed Dial source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "My Custom New Tab Page (Speed Dial)",
  "description": "This extension shows my custom start page when opening a new tab",
  "version": "1.0",
  "icons": {
    "16": "new_tab16.png",
    "128": "new_tab128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_ui": {
    "page": "edit.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}

Best Accelerated Speed Dial Alternatives

Here are some Firefox add-ons that are similar to Accelerated Speed Dial: