Github Original Streak
Re-builds former current and longest streaks on Github profiles
Что такое Github Original Streak?
Github Original Streak - это расширение Chrome, разработанное Naramsim, и его основная функция - "Re-builds former current and longest streaks on Github profiles".
Снимки экрана расширения
Скачать файл CRX расширения Github Original Streak
Скачайте файлы расширений Github Original Streak в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Github Original Streak |
ID | jgfeifpakohnblfnjdpigclinhbkocja |
Официальный URL | https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja |
Описание | Re-builds former current and longest streaks on Github profiles |
Размер файла | 213 KB |
Количество установок | 649 |
Текущая Версия | 1.15.1 |
Последнее Обновление | 2023-01-10 |
Дата публикации | 2019-12-06 |
Рейтинг | 4.91/5 Всего 11 оценок |
Разработчик | Naramsim |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Naramsim/GithubOriginalStreak |
Поддерживаемые языки | 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" ] } ] } |