Star History

A chrome extension showing star history graph of current GitHub repository

Star Historyคืออะไร?

Star History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://star-history.com และคุณลักษณะหลักของมันคือ "A chrome extension showing star history graph of current GitHub repository"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Star History

ดาวน์โหลดไฟล์ส่วนขยาย Star History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
คำอธิบาย A chrome extension showing star history graph of current GitHub repository
ขนาดไฟล์ 785 KB
จำนวนการติดตั้ง 4,002
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-02-07
วันที่เผยแพร่ 2020-02-11
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://star-history.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bytebase/star-history-plugin
URL หน้าช่วยเหลือ https://github.com/bytebase/star-history-plugin/issues
ภาษาที่รองรับ 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"
    ]
}