GitHub - LGTM
Display LGTM on github.com
Qu'est-ce que GitHub - LGTM ?
GitHub - LGTM est une extension Chrome développée par victorvieux, et sa fonction principale est "Display LGTM on github.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub - LGTM
Téléchargez les fichiers d'extension GitHub - LGTM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GitHub - LGTM |
ID | bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
URL Officiel | https://chromewebstore.google.com/detail/github-lgtm/bhiegncjmjcjnlgcklnhefhdlkjlkbgb |
Description | Display LGTM on github.com |
Taille du Fichier | 25.72 KB |
Nombre d'Installations | 61 |
Version Actuelle | 0.6.5 |
Dernière Mise à Jour | 2015-02-03 |
Date de Publication | 2015-02-03 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | victorvieux |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/vieux/github-lgtm |
Langues Prises en Charge | 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" } |