Tabbed: AI chatbot in New Tab/Sidebar Firefox

Examine source code of Tabbed: AI chatbot in New Tab/Sidebar

Inspect and view changes in Tabbed: AI chatbot in New Tab/Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "short_name": "Tabbed",
  "version": "2025.10.14",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "assets/images/icon/icon16.png",
    "32": "assets/images/icon/icon32.png",
    "48": "assets/images/icon/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tabbed-bookish-octo-robot@DerivedFunction"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "tb"
  },
  "action": {
    "default_icon": {
      "16": "assets/images/icon/icon16.png",
      "32": "assets/images/icon/icon32.png",
      "48": "assets/images/icon/icon48.png"
    }
  },
  "options_page": "index.html",
  "sidebar_action": {
    "default_icon": {
      "16": "assets/images/icon/icon16.png",
      "32": "assets/images/icon/icon32.png"
    },
    "default_title": "Tabbed",
    "default_panel": "index.html#sidebar",
    "open_at_install": true
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "optional_permissions": [
    "scripting"
  ],
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "optional_host_permissions": [
    "*://*.chatgpt.com/*",
    "*://copilot.microsoft.com/*",
    "*://*.claude.ai/*",
    "*://*.grok.com/*",
    "*://*.perplexity.ai/*",
    "*://gemini.google.com/*",
    "*://chat.deepseek.com/*",
    "*://chat.qwen.ai/*",
    "*://chat.mistral.ai/*",
    "*://*.kimi.com/*",
    "*://*.meta.ai/*",
    "*://coral.cohere.com/*",
    "*://*.poe.com/*",
    "*://*.you.com/*",
    "*://chat.z.ai/*",
    "*://*/*"
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "ai-list.json",
        "scripts/popup.js",
        "assets/images/**/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Meilleures alternatives Tabbed: AI chatbot in New Tab/Sidebar

Voici quelques Firefox add-ons qui sont similaires à Tabbed: AI chatbot in New Tab/Sidebar :