Status of Github

This extension shows an icon for the current status of Github

Status of Githubคืออะไร?

Status of Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Meredith และคุณลักษณะหลักของมันคือ "This extension shows an icon for the current status of Github"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Status of Github

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

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

                        A very quick browser extension that adds a button showing the current status of github.com                    

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

ชื่อ Status of Github Status of Github
ID nciflpommnamonmnphnooobdhdbpmhkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf
คำอธิบาย This extension shows an icon for the current status of Github
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2019-04-25
วันที่เผยแพร่ 2019-04-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Martin Meredith
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Status of Github",
    "description": "This extension shows an icon for the current status of Github",
    "version": "0.0.7",
    "browser_action": {
        "default_icon": "images\/[email protected]"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "https:\/\/www.githubstatus.com\/",
        "notifications"
    ]
}