GitHub Lines Viewed Firefox

Examine source code of GitHub Lines Viewed

Inspect and view changes in GitHub Lines Viewed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Lines Viewed",
  "version": "1.2.1",
  "description": "Replaces GitHub's 'files viewed' with 'lines viewed' instead.",
  "homepage_url": "https://github.com/ResponsiblyUnranked/github-lines-viewed",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "lines-viewed.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "popup/config.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_title": "GitHub Lines Viewed",
    "default_popup": "popup/config.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f27e2d0-740c-46eb-978a-9c119bc60371}"
    }
  }
}

Meilleures alternatives GitHub Lines Viewed

Voici quelques Firefox add-ons qui sont similaires à GitHub Lines Viewed :