Github Crawler Firefox

Examine source code of Github Crawler

Inspect and view changes in Github Crawler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Github Crawler",
  "description": "This browser extension retrieve information from GitHub repositories by crawling current GitHub repository and other related GitHub Repositories.",
  "version": "0.1.1",
  "manifest_version": 2,
  "icons": {
    "48": "icons/crawler-48.png",
    "225": "icons/crawler-225.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/network/members"
      ],
      "js": [
        "forks-crawler.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d430f839-e287-4b0a-873d-d23cd8b525db}"
    }
  }
}

ベストのGithub Crawler代替案

Github Crawlerに類似したFirefox add-onをいくつか紹介します: