Github Original Streak
Re-builds former current and longest streaks on Github profiles
Github Original Streak là gì?
Github Original Streak là một tiện ích mở rộng Chrome được phát triển bởi Naramsim, và tính năng chính của nó là "Re-builds former current and longest streaks on Github profiles".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Github Original Streak
Tải xuống các tệp mở rộng Github Original Streak dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Github Original Streak |
ID | jgfeifpakohnblfnjdpigclinhbkocja |
URL Chính Thức | https://chromewebstore.google.com/detail/github-original-streak/jgfeifpakohnblfnjdpigclinhbkocja |
Mô tả | Re-builds former current and longest streaks on Github profiles |
Kích Thước Tệp | 213 KB |
Số Lần Cài Đặt | 649 |
Phiên Bản Hiện Tại | 1.15.1 |
Cập Nhật Lần Cuối | 2023-01-10 |
Ngày Phát Hành | 2019-12-06 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Naramsim |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Naramsim/GithubOriginalStreak |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |