Tap To Tab Firefox

Examine source code of Tap To Tab

By: em_te
Inspect and view changes in Tap To Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tap To Tab",
  "author": "Terry Yuen",
  "version": "0.5.3",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "20": "openinnewtab_20.png",
    "48": "openinnewtab_48.png",
    "96": "openinnewtab_96.png",
    "128": "openinnewtab_128.png"
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  }
}

Best Tap To Tab Alternatives

Here are some Firefox add-ons that are similar to Tap To Tab: