gist-more-url
Show extend url to clone (by 'ssh' and 'git') on Gist.
什么是gist-more-url?
gist-more-url是由moznion开发的Chrome扩展程序,该扩展的主要功能是“Show extend url to clone (by 'ssh' and 'git') on Gist.”。
扩展截图
下载gist-more-url扩展crx文件
下载gist-more-url扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension provides the function to show extend url to clone (by 'ssh' and 'git') on Gist.
扩展基本信息
名称 | gist-more-url |
ID | lmgfenkbbgbigljchgnlagjdmkepohoj |
官方URL | https://chromewebstore.google.com/detail/gist-more-url/lmgfenkbbgbigljchgnlagjdmkepohoj |
简介 | Show extend url to clone (by 'ssh' and 'git') on Gist. |
文件大小 | 61.76 KB |
安装次数 | 121 |
当前版本 | 0.0.4 |
更新时间 | 2013-09-09 |
上架时间 | 2013-09-09 |
评分 | 5.00/5 共1次评分 |
开发者 | moznion |
付费类型 | free |
支持的语言 | 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" } ] } |