Quick Tab Launcher Firefox

Examine source code of Quick Tab Launcher

Inspect and view changes in Quick Tab Launcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Tab Launcher",
  "version": "2.0.0",
  "description": "Palette comandi Spotlight-style per cercare schede, segnalibri e cronologia con una scorciatoia.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "Quick Tab Launcher"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "history",
    "sessions",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "options_ui": {
    "page": "options/options.html",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "src/config-storage.js",
      "src/search-utils.js",
      "src/fuzzy.js",
      "src/i18n.js",
      "src/commands.js",
      "background/tab-commands.js",
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/config-storage.js",
        "src/search-utils.js",
        "src/fuzzy.js",
        "src/i18n.js",
        "src/commands.js",
        "src/render-utils.js",
        "content/launcher.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "toggle-launcher": {
      "suggested_key": {
        "default": "Ctrl+Shift+Space",
        "mac": "MacCtrl+Shift+Space"
      },
      "description": "Apri/chiudi Quick TAB Launcher by Bonn"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-actions-launcher@extension",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Quick Tab Launcher Alternatives

Here are some Firefox add-ons that are similar to Quick Tab Launcher: