LGTM for Github
This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut.
LGTM for Githubとは何ですか?
LGTM for Githubはhttps://thetechtime.comによって開発されたChromeの拡張機能で、その主な機能は「This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut.」です。
拡張機能のスクリーンショット
LGTM for Github拡張機能のCRXファイルをダウンロード
LGTM for Github拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Source code: https://github.com/geekrax/lgtm-chrome-extension
拡張機能の基本情報
名前 | LGTM for Github |
ID | ckjpjogecpcibagiggbejclbihmochpn |
公式URL | https://chromewebstore.google.com/detail/lgtm-for-github/ckjpjogecpcibagiggbejclbihmochpn |
説明 | This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut. |
ファイルサイズ | 32.36 KB |
インストール数 | 19 |
現在のバージョン | 1.1 |
最終更新日 | 2017-03-18 |
公開日 | 2017-03-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://thetechtime.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LGTM for Github", "description": "This extenion automatically adds configurable LGTM comment to github commits with a configurable keyboard shortcut.", "version": "1.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content\/content.js" ] } ], "options_page": "options\/options.html", "permissions": [ "https:\/\/github.com\/", "storage" ] } |