GitHub - LGTM
Display LGTM on github.com
GitHub - LGTMとは何ですか?
GitHub - LGTMはvictorvieuxによって開発されたChromeの拡張機能で、その主な機能は「Display LGTM on github.com」です。
拡張機能のスクリーンショット
GitHub - LGTM拡張機能のCRXファイルをダウンロード
GitHub - LGTM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension: - adds a button to quick LGTM - adds a LGTM count to the GitHub page - change the background of 'LGTM' to green and ' NOT LGTM' to red. - display the unstable style when the PR has less than 2 LGTM Sources: https://github.com/vieux/github-lgtm
拡張機能の基本情報
名前 | GitHub - LGTM |
ID | bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
公式URL | https://chromewebstore.google.com/detail/github-lgtm/bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
説明 | Display LGTM on github.com |
ファイルサイズ | 25.72 KB |
インストール数 | 61 |
現在のバージョン | 0.6.5 |
最終更新日 | 2015-02-03 |
公開日 | 2015-02-03 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | victorvieux |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/vieux/github-lgtm |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "github-lgtm.user.js" ], "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ] } ], "description": "Display LGTM on github.com", "icons": { "128": "icon-128.png", "16": "icon-16.png", "64": "icon-64.png" }, "manifest_version": 2, "name": "GitHub - LGTM", "version": "0.6.5" } |