LGTM
Looks good to me!
What is LGTM?
LGTM is a Chrome extension developed by http://hrysd.org, and its main feature is "Looks good to me!".
Extension Screenshots
Download LGTM Extension CRX File
Download LGTM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ihckpnhmmfhihijdjnnjfjogoajgdklf |
Official URL | https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf |
Description | Looks good to me! |
File Size | 101 KB |
Installation Count | 69 |
Current Version | 0.0.1 |
Last Updated | 2014-02-18 |
Publish Date | 2014-02-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://hrysd.org |
Payment Type | free |
Supported Languages | 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" ] } } |