GitHub Mobile Code Wrap Firefox

Examine source code of GitHub Mobile Code Wrap

Inspect and view changes in GitHub Mobile Code Wrap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Mobile Code Wrap",
  "version": "0.0.2resigned1",
  "description": "A Firefox add-on to wrap long line code in GitHub mobile site.",
  "applications": {
    "gecko": {
      "id": "github-mobile-code-wrap@gluons.github.io",
      "strict_min_version": "48.0"
    }
  },
  "author": "Saran Tanpituckpong",
  "homepage_url": "https://gitlab.com/gluons/github-mobile-code-wrap",
  "permissions": [
    "https://github.com/*",
    "https://gist.github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "./main.css"
      ]
    }
  ]
}

Meilleures alternatives GitHub Mobile Code Wrap

Voici quelques Firefox add-ons qui sont similaires à GitHub Mobile Code Wrap :