HelloTabs - fast tab switching Firefox

Examine source code of HelloTabs - fast tab switching

By: Juliana
Inspect and view changes in HelloTabs - fast tab switching source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "2.2.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "tabby@jwels.berlin",
      "strict_min_version": "109.0"
    }
  },
  "developer": {
    "name": "Juliana Gaibler",
    "url": "https://juliana.me"
  },
  "icons": {
    "16": "hellotabs_icon_16.png",
    "48": "hellotabs_icon_48.png",
    "128": "hellotabs_icon_128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "tabGroups",
    "contextualIdentities"
  ],
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  },
  "action": {
    "default_title": "HelloTabs",
    "default_popup": "index.html",
    "theme_icons": [
      {
        "dark": "/icons/hellotabs_icon_eye_light_16.png",
        "light": "/icons/hellotabs_icon_eye_dark_16.png",
        "size": 16
      },
      {
        "dark": "/icons/hellotabs_icon_eye_light_48.png",
        "light": "/icons/hellotabs_icon_eye_dark_48.png",
        "size": 48
      },
      {
        "dark": "/icons/hellotabs_icon_eye_light_128.png",
        "light": "/icons/hellotabs_icon_eye_dark_128.png",
        "size": 128
      }
    ]
  },
  "commands": {
    "_execute_action": {
      "description": "__MSG_shortcutOpen__",
      "suggested_key": {
        "default": "Ctrl+Space",
        "mac": "Alt+Space"
      }
    }
  }
}

Best HelloTabs - fast tab switching Alternatives

Here are some Firefox add-ons that are similar to HelloTabs - fast tab switching: