Code tours Github Firefox

Examine source code of Code tours Github

Inspect and view changes in Code tours Github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Code tours Github",
  "version": "0.0.6",
  "description": "Allows to run code tours in your browser",
  "manifest_version": 2,
  "minimum_chrome_version": "60",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://render.githubusercontent.com/*",
    "https://github.com/*"
  ],
  "icons": {
    "128": "code-tour.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://github.com/*/*"
      ],
      "js": [
        "github.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "code-tour.png"
  ]
}

Best Code tours Github Alternatives

Here are some Firefox add-ons that are similar to Code tours Github: