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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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"
            ]
        }
    ]
}