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 |
官方網址 | 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" } ] } |