Fabric Explorer

Fabric Explorer

This Extension allows you to explore the Office UI Fabric live on a webpage - adding and removing Fabric classes from an element…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fabric Explorer",
  "version": "2.0.1",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "js": [
        "js/jQuery2.1.4.min.js",
        "js/functions.js",
        "js/content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/favicon16.jpg",
    "32": "icons/favicon32.jpg",
    "64": "icons/favicon64.jpg"
  },
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    "/*",
    "locale/*"
  ]
}