Custom Tab Firefox

Examine source code of Custom Tab

Par : T0815
Inspect and view changes in Custom Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Tab",
  "version": "1.1",
  "description": "Modifies the Appeareance of new Tabs",
  "chrome_url_overrides": {
    "newtab": "web/index.html"
  },
  "icons": {
    "48": "icons/home-48.png"
  },
  "options_ui": {
    "page": "web/options/options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "theme"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "customtab@tobi1805"
    }
  }
}

Meilleures alternatives Custom Tab

Voici quelques Firefox add-ons qui sont similaires à Custom Tab :