GitHub Issue Badges (for Enterprise)

Replace issue links to badges displaying issue status/title

GitHub Issue Badges (for Enterprise)คืออะไร?

GitHub Issue Badges (for Enterprise) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย motemen และคุณลักษณะหลักของมันคือ "Replace issue links to badges displaying issue status/title"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Issue Badges (for Enterprise)

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

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

                        Replaces issue/PR links on GitHub Enterprise to badges, which includes their status (open, merged or closed) and assignees.                    

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

ชื่อ GitHub Issue Badges (for Enterprise) GitHub Issue Badges (for Enterprise)
ID bnbbodldimbdcckbnplohombkipjnmni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni
คำอธิบาย Replace issue links to badges displaying issue status/title
ขนาดไฟล์ 208 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 2.5.3
อัปเดตครั้งล่าสุด 2021-05-08
วันที่เผยแพร่ 2019-04-15
ผู้พัฒนา motemen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/motemen/chrome-GitHub-Issue-Badges
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Issue Badges (for Enterprise)",
    "version": "2.5.3",
    "manifest_version": 2,
    "description": "Replace issue links to badges displaying issue status\/title",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "html\/option_page_GHE.html"
}