GitHub Tree View Firefox

Examine source code of GitHub Tree View

Inspect and view changes in GitHub Tree View source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Tree View",
  "homepage_url": "https://github.com/tomasbonco/githubtree",
  "author": "Tomáš Bončo",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Provides folder structure view for code in GitHub.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "page_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "public/bundle.js"
      ],
      "css": []
    }
  ]
}

Meilleures alternatives GitHub Tree View

Voici quelques Firefox add-ons qui sont similaires à GitHub Tree View :