Github quarterly contributions
Adds a quarterly stats button on a user's landing page
Co je Github quarterly contributions?
Github quarterly contributions je rozšíření Chrome vyvinuté Eric Bidelman, a jeho hlavní funkcí je „Adds a quarterly stats button on a user's landing page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Github quarterly contributions
Stáhněte si soubory rozšíření Github quarterly contributions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Github quarterly contributions |
ID | cinfjnlgpbolahlckdnljecnaagecaen |
Oficiální URL | https://chromewebstore.google.com/detail/github-quarterly-contribu/cinfjnlgpbolahlckdnljecnaagecaen |
Popis | Adds a quarterly stats button on a user's landing page |
Velikost souboru | 670 KB |
Počet instalací | 27 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2014-09-29 |
Datum Vydání | 2014-09-29 |
Vývojář | Eric Bidelman |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ebidel/github-quarterly-stats |
Podporované Jazyky | 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" ] } ] } |