Simple Brightness Control Firefox

Examine source code of Simple Brightness Control

提供元: linus
Inspect and view changes in Simple Brightness Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Easy Dark Mode",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "applications": {
    "gecko": {
      "id": "easy-dark-mode@example.com"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+D"
      },
      "description": "Öffnet das Easy Dark Mode Popup"
    }
  }
}

ベストのSimple Brightness Control代替案

Simple Brightness Controlに類似したFirefox add-onをいくつか紹介します: