CoderStats link for Github Coders

Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.

CoderStats link for Github Codersคืออะไร?

CoderStats link for Github Coders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ramiro Gómez และคุณลักษณะหลักของมันคือ "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CoderStats link for Github Coders

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

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

                        The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.                    

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

ชื่อ CoderStats link for Github Coders CoderStats link for Github Coders
ID necogepejonacpphmlmcagmbjaogpbng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng
คำอธิบาย Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
ขนาดไฟล์ 8.7 KB
จำนวนการติดตั้ง 807
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-05-03
วันที่เผยแพร่ 2019-06-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ramiro Gómez
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://coderstats.github.io/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.0",
    "homepage_url": "http:\/\/coderstats.github.io\/",
    "name": "CoderStats link for Github Coders",
    "description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.",
    "icons": {
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "coderstats.js"
            ],
            "run_at": "document_end"
        }
    ]
}