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文件

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