Github Original Streak

Re-builds former current and longest streaks on Github profiles

Github Original Streak란 무엇입니까?

Github Original Streak은(는) Naramsim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Re-builds former current and longest streaks on Github profiles"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Github Original Streak 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}