Make GitHub Greater

Let's make GitHub greater.

Make GitHub Greaterคืออะไร?

Make GitHub Greater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Justineo และคุณลักษณะหลักของมันคือ "Let's make GitHub greater."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make GitHub Greater

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

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

                        Start customizing the color of your GitHub header right now! Just double click the header and here we go!                    

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

ชื่อ Make GitHub Greater Make GitHub Greater
ID emijicijbkhnobkceaeaekiiapnkdnlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/make-github-greater/emijicijbkhnobkceaeaekiiapnkdnlp
คำอธิบาย Let's make GitHub greater.
ขนาดไฟล์ 72.77 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-02-20
วันที่เผยแพร่ 2017-02-20
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Justineo
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make GitHub Greater",
    "description": "Let's make GitHub greater.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "https:\/\/github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/justineo.github.io\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}