gist-more-url
Show extend url to clone (by 'ssh' and 'git') on Gist.
What is gist-more-url?
gist-more-url is a Chrome extension developed by moznion, and its main feature is "Show extend url to clone (by 'ssh' and 'git') on Gist.".
Extension Screenshots
Download gist-more-url Extension CRX File
Download gist-more-url extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension provides the function to show extend url to clone (by 'ssh' and 'git') on Gist.
Extension Basic Information
Name | gist-more-url |
ID | lmgfenkbbgbigljchgnlagjdmkepohoj |
Official URL | https://chromewebstore.google.com/detail/gist-more-url/lmgfenkbbgbigljchgnlagjdmkepohoj |
Description | Show extend url to clone (by 'ssh' and 'git') on Gist. |
File Size | 61.76 KB |
Installation Count | 121 |
Current Version | 0.0.4 |
Last Updated | 2013-09-09 |
Publish Date | 2013-09-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | moznion |
Payment Type | free |
Supported Languages | en |
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" } ] } |