CSS specs mirror Firefox

Examine source code of CSS specs mirror

제작자: Oriol Brufau Add-on
Inspect and view changes in CSS specs mirror source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CSS specs mirror",
  "author": "Oriol Brufau",
  "homepage_url": "https://github.com/Loirooriol/css-specs-mirror-webext",
  "version": "1.0",
  "description": "When drafts.csswg.org is broken, redirects to the w3c.github.io mirror.",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "css-specs-mirror@Loirooriol"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://drafts.csswg.org/*"
      ],
      "js": [
        "redirect.js"
      ],
      "run_at": "document_start"
    }
  ]
}

최고의 CSS specs mirror 대안

다음은 CSS specs mirror과(와) 유사한 Firefox add-on입니다: