GitHub - LGTM
Display LGTM on github.com
Wat is GitHub - LGTM?
GitHub - LGTM is een Chrome-extensie ontwikkeld door victorvieux, en de belangrijkste functie is "Display LGTM on github.com".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub - LGTM
Download GitHub - LGTM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension:
- adds a button to quick LGTM
- adds a LGTM count to the GitHub page
- change the background of 'LGTM' to green and ' NOT LGTM' to red.
- display the unstable style when the PR has less than 2 LGTM
Sources: https://github.com/vieux/github-lgtm Basisinformatie over de Extensie
| Naam | |
| ID | bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| Officiële URL | https://chromewebstore.google.com/detail/github-lgtm/bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
| Beschrijving | Display LGTM on github.com |
| Bestandsgrootte | 25.72 KB |
| Aantal Installaties | 61 |
| Huidige Versie | 0.6.5 |
| Laatst Bijgewerkt | 2015-02-03 |
| Publicatiedatum | 2015-02-03 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | victorvieux |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/vieux/github-lgtm |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"github-lgtm.user.js"
],
"matches": [
"http:\/\/github.com\/*",
"https:\/\/github.com\/*"
]
}
],
"description": "Display LGTM on github.com",
"icons": {
"128": "icon-128.png",
"16": "icon-16.png",
"64": "icon-64.png"
},
"manifest_version": 2,
"name": "GitHub - LGTM",
"version": "0.6.5"
} | |