GitLines Firefox

Examine source code of GitLines

Inspect and view changes in GitLines source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitLines",
  "version": "1.0",
  "description": "Displays the lines of code of a Github repo.",
  "icons": {
    "256": "icons/icon_3.png"
  },
  "permissions": [
    "https://api.github.com/",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": {
      "256": "icons/icon_3.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "GitLines"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*"
      ],
      "js": [
        "gitlines.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ecb45e5-8cb8-4ad5-bc6d-758bdfee001d}"
    }
  }
}

Melhores alternativas GitLines

Aqui estão algumas Firefox add-ons que são similares a GitLines: