Github quarterly contributions
Adds a quarterly stats button on a user's landing page
Qu'est-ce que Github quarterly contributions ?
Github quarterly contributions est une extension Chrome développée par Eric Bidelman, et sa fonction principale est "Adds a quarterly stats button on a user's landing page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github quarterly contributions
Téléchargez les fichiers d'extension Github quarterly contributions 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
Adds a "Add previous quarter" button to a user's Github landing page (see screenshot). Pressing this button fetches the last quarter worth of commits, prs, and issues for the user. Subsequent presses goes back additional quarters. Note: this will include private commits/prs/issues if you are the current logged in user. Viewing someone else's page will only return their public activity. Source: https://github.com/ebidel/github-quarterly-stats
Informations de Base sur l'Extension
Nom | Github quarterly contributions |
ID | cinfjnlgpbolahlckdnljecnaagecaen |
URL Officiel | https://chromewebstore.google.com/detail/github-quarterly-contribu/cinfjnlgpbolahlckdnljecnaagecaen |
Description | Adds a quarterly stats button on a user's landing page |
Taille du Fichier | 670 KB |
Nombre d'Installations | 27 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2014-09-29 |
Date de Publication | 2014-09-29 |
Développeur | Eric Bidelman |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ebidel/github-quarterly-stats |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github quarterly contributions", "version": "0.0.3", "manifest_version": 2, "description": "Adds a quarterly stats button on a user's landing page", "icons": { "16": "icons\/githubicon.png", "48": "icons\/githubicon.png", "128": "icons\/githubicon.png" }, "permissions": [ "https:\/\/github.com\/*", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/content.js", "bower_components\/moment\/min\/moment.min.js" ] } ] } |