Popout Tab! Firefox

Examine source code of Popout Tab!

Inspect and view changes in Popout Tab! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Popout Tab!",
  "author": "Jan Haan",
  "version": "1.1",
  "homepage_url": "https://github.com/NonsenseInc/Popout-Tab",
  "description": "WebExtension to popout the currently active tab as a popup window (without toolbar et cetera).",
  "offline_enabled": true,
  "icons": {
    "16": "icons/23cf-16.png",
    "32": "icons/23cf-32.png",
    "48": "icons/23cf-48.png",
    "96": "icons/23cf-96.png",
    "128": "icons/23cf-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/23cf-16.png",
      "32": "icons/23cf-32.png",
      "48": "icons/23cf-48.png",
      "96": "icons/23cf-96.png",
      "128": "icons/23cf-128.png"
    }
  },
  "background": {
    "scripts": [
      "lib/background.js"
    ]
  },
  "options_ui": {
    "page": "etc/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{41218aec-461c-4f62-ae71-3995690112f5}"
    }
  }
}

Best Popout Tab! Alternatives

Here are some Firefox add-ons that are similar to Popout Tab!: