GitHub Tree View Firefox

Examine source code of GitHub Tree View

제작자: Github Tree View Add-on
Inspect and view changes in GitHub Tree View source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
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": []
    }
  ]
}

최고의 GitHub Tree View 대안

다음은 GitHub Tree View과(와) 유사한 Firefox add-on입니다: