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입니다: