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" } ] } |