Floating Fullscreen Toggle Firefox

Examine source code of Floating Fullscreen Toggle

Inspect and view changes in Floating Fullscreen Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fullscreen Toggle Button",
  "version": "1.0",
  "description": "Adds a floating button to toggle fullscreen mode with a double-tap.",
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "fullscreen-button@example.com"
    }
  }
}

Mejores alternativas Floating Fullscreen Toggle

Aquí hay algunas Firefox add-ons que son similares a Floating Fullscreen Toggle: