Floating Fullscreen Toggle Firefox

Examine source code of Floating Fullscreen Toggle

提供元: sopadtortilla Add-on
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"
    }
  }
}

ベストのFloating Fullscreen Toggle代替案

Floating Fullscreen Toggleに類似したFirefox add-onをいくつか紹介します: