Star History

A chrome extension showing star history graph of current GitHub repository

Star History là gì?

Star History là một tiện ích mở rộng Chrome được phát triển bởi https://star-history.com, và tính năng chính của nó là "A chrome extension showing star history graph of current GitHub repository".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Star History

Tải xuống các tệp mở rộng Star History 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

                        Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
URL Chính Thức https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
Mô tả A chrome extension showing star history graph of current GitHub repository
Kích Thước Tệp 785 KB
Số Lần Cài Đặt 4,002
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-02-07
Ngày Phát Hành 2020-02-11
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://star-history.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bytebase/star-history-plugin
URL Trang Trợ Giúp https://github.com/bytebase/star-history-plugin/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star History",
    "description": "A chrome extension showing star history graph of current GitHub repository",
    "homepage_url": "https:\/\/github.com\/bytebase\/star-history",
    "author": "bytebase",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/extension\/popup.html"
    },
    "host_permissions": [
        "https:\/\/api.github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}