Github Original Streak
Re-builds former current and longest streaks on Github profiles
Qu'est-ce que Github Original Streak ?
Github Original Streak est une extension Chrome développée par Naramsim, et sa fonction principale est "Re-builds former current and longest streaks on Github profiles".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Original Streak
Téléchargez les fichiers d'extension Github Original Streak 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
Since May 2016 Github does not provide anymore your current streak and your longest streak of contributions. Read it here: https://github.com/blog/2173-more-contributions-on-your-profile If you want it back, like it was, just install this extension
Informations de Base sur l'Extension
Nom | Github Original Streak |
ID | jgfeifpakohnblfnjdpigclinhbkocja |
URL Officiel | https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja |
Description | Re-builds former current and longest streaks on Github profiles |
Taille du Fichier | 213 KB |
Nombre d'Installations | 649 |
Version Actuelle | 1.15.1 |
Dernière Mise à Jour | 2023-01-10 |
Date de Publication | 2019-12-06 |
Évaluation | 4.91/5 Total 11 Évaluations |
Développeur | Naramsim |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Naramsim/GithubOriginalStreak |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Original Streak", "short_name": "Github Streak", "version": "1.15.1", "version_name": "1.15.1", "manifest_version": 3, "description": "Re-builds former current and longest streaks on Github profiles", "homepage_url": "https:\/\/github.com\/Naramsim\/GithubOriginalStreak", "author": "Naramsim", "icons": { "16": "icons\/g16.png", "48": "icons\/g48.png", "128": "icons\/g128.png" }, "default_locale": "en", "offline_enabled": true, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/api.github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "src\/inject.js" ] } ] } |