gist-more-url

gist-more-url

Show extend url to clone (by 'ssh' and 'git') on Gist.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "gist-more-url",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "Show extend url to clone (by 'ssh' and 'git') on Gist.",
  "content_scripts": [
    {
      "matches": [
        "https://gist.github.com/*"
      ],
      "js": [
        "vendor/js/jquery-1.9.1.min.js",
        "vendor/js/underscore-min.js",
        "js/script.js"
      ],
      "run_at": "document_start"
    }
  ]
}