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