Github Original Streak

Re-builds former current and longest streaks on Github profiles

Co je Github Original Streak?

Github Original Streak je rozšíření Chrome vyvinuté Naramsim, a jeho hlavní funkcí je „Re-builds former current and longest streaks on Github profiles“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Github Original Streak

Stáhněte si soubory rozšíření Github Original Streak 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í

                        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                    

Základní Informace o Rozšíření

Název Github Original Streak Github Original Streak
ID jgfeifpakohnblfnjdpigclinhbkocja
Oficiální URL https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja
Popis Re-builds former current and longest streaks on Github profiles
Velikost souboru 213 KB
Počet instalací 649
Aktuální Verze 1.15.1
Poslední Aktualizace 2023-01-10
Datum Vydání 2019-12-06
Hodnocení 4.91/5 Celkem 11 Hodnocení
Vývojář Naramsim
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Naramsim/GithubOriginalStreak
Podporované Jazyky 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"
            ]
        }
    ]
}