Browse Source

Add LGTM

master
Xhacker Liu 10 years ago
parent
commit
1d418e4fc4
  1. 1
      README.md
  2. 7
      data.json

1
README.md

@ -6,6 +6,7 @@ A curated list of awesome browser extensions for GitHub. Inspired by [awesome-py
* [Octotree](https://github.com/buunguyen/octotree) <a href="https://github.com/buunguyen/octotree"><img alt="Support Chrome" src="icons/Chrome.png" width="16"><img alt="Support Firefox" src="icons/Firefox.png" width="16"><img alt="Support Opera" src="icons/Opera.png" width="16"><img alt="Support Safari" src="icons/Safari.png" width="16"></a> - Browser extensions to display GitHub code in tree format.
* [ZenHub](https://www.zenhub.io) <a href="https://www.zenhub.io"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Project management suite that works natively within GitHub.
* [LGTM](https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf) <a href="https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf"><img alt="Support Chrome" src="icons/Chrome.png" width="16"></a> - Click the icon on browser and an interesting LGTM will be copied to your clipboard as markdown format.
## View Enhancement

7
data.json

@ -15,6 +15,13 @@
"url": "https://www.zenhub.io",
"browsers": ["Chrome"],
"support_enterprise": false
},
{
"name": "LGTM",
"description": "Click the icon on browser and an interesting LGTM will be copied to your clipboard as markdown format.",
"url": "https://chrome.google.com/webstore/detail/lgtm/ihckpnhmmfhihijdjnnjfjogoajgdklf",
"browsers": ["Chrome"],
"support_enterprise": true
}
]
},

Loading…
Cancel
Save