LGTM
Looks good to me!
LGTMとは何ですか?
LGTMはhttp://hrysd.orgによって開発されたChromeの拡張機能で、その主な機能は「Looks good to me!」です。
拡張機能のスクリーンショット
LGTM拡張機能のCRXファイルをダウンロード
LGTM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Looks good to me!! http://www.lgtm.in/ for Chrome Extension. Usage: Click the icon on browser and it will be copied to your clipboard as markdown format.
拡張機能の基本情報
名前 | |
ID | ihckpnhmmfhihijdjnnjfjogoajgdklf |
公式URL | https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf |
説明 | Looks good to me! |
ファイルサイズ | 101 KB |
インストール数 | 69 |
現在のバージョン | 0.0.1 |
最終更新日 | 2014-02-18 |
公開日 | 2014-02-18 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://hrysd.org |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LGTM", "version": "0.0.1", "manifest_version": 2, "description": "Looks good to me!", "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "background", "notifications", "*:\/\/*\/*" ], "browser_action": { "default_title": "LGTM", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "background": { "persistent": true, "scripts": [ "javascripts\/jquery.js", "javascripts\/background.js" ] } } |