mtab Firefox

Examine source code of mtab

Par : Max Hu
Inspect and view changes in mtab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "mtab",
  "author": "Max Hu",
  "description": "a simple configurable new tab extension",
  "permissions": [
    "storage",
    "bookmarks"
  ],
  "background": {
    "scripts": [
      "sw.js"
    ]
  },
  "host_permissions": [
    "https://duckduckgo.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png"
  },
  "action": {
    "default_icon": {
      "16": "16.png",
      "32": "32.png",
      "48": "48.png",
      "64": "64.png",
      "128": "128.png"
    },
    "default_title": "mtab",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@maxhu.dev"
    }
  },
  "version": "1.12.4"
}

Meilleures alternatives mtab

Voici quelques Firefox add-ons qui sont similaires à mtab :