CSS Breakpoint Button Firefox

Examine source code of CSS Breakpoint Button

Inspect and view changes in CSS Breakpoint Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CSS Breakpoint Button",
  "version": "0.4.0",
  "description": "See the active CSS breakpoint and viewport width on any page, with Bootstrap, Tailwind, or your own custom rule sets.",
  "default_locale": "en",
  "homepage_url": "https://css.usefulapps.cloud",
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "CSS Breakpoint Button",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "src/background.service-worker.js",
    "scripts": [
      "src/background.service-worker.js"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/content-scripts/content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.css",
        "assets/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "webext@divordie.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Melhores alternativas CSS Breakpoint Button

Aqui estão algumas Firefox add-ons que são similares a CSS Breakpoint Button: