Chummy

Github with batteries included

Chummyคืออะไร?

Chummy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://atomiccode.io และคุณลักษณะหลักของมันคือ "Github with batteries included"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Don't want to clone another Github repository just to browse its contents? Github's clunky browsing interface slowing you down? Having a bad time, overall? Chummy is a browser extension for Github that helps you use Github quickly and efficiently. Get started in just one click!

Learn more about what Chummy has to offer at chummy.atomiccode.io.                    

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

ชื่อ Chummy Chummy
ID ocmdenamdoeigigibgjfnconlhpekfgb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chummy/ocmdenamdoeigigibgjfnconlhpekfgb
คำอธิบาย Github with batteries included
ขนาดไฟล์ 636 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2021-03-23
วันที่เผยแพร่ 2021-03-17
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://atomiccode.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://chummy.atomiccode.io
URL หน้าช่วยเหลือ https://github.com/AtomicCodeLabs/chummy/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chummy",
    "browser_action": {
        "default_icon": {
            "16": "icon\/chummy16.png",
            "32": "icon\/chummy32.png",
            "64": "icon\/chummy64.png",
            "128": "icon\/chummy128.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "background.redirect.inject.js",
        "background.signin.inject.js",
        "background.style.inject.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/github.com\/*",
        "https:\/\/chummy.atomiccode.io\/*",
        "https:\/\/www.chummy.atomiccode.io\/*"
    ],
    "icons": {
        "16": "icon\/chummy16.png",
        "32": "icon\/chummy32.png",
        "64": "icon\/chummy64.png",
        "128": "icon\/chummy128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/; object-src 'self'",
    "description": "Github with batteries included",
    "version": "1.1.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZ7eURkxU+9PPkvVaVDUK88dZX39ZXKS9zRtpkAY6so1omoDZ6L3AWjy4e3ds8vz6OxeFcPzgycgTDVaPa2LAgvk2i+\/eSbmFO8wvbp8Ce0\/iPf2Vp0IqR1MQ+aRT+qD+6swNXvIJuAwFcuPP0LnDMe4veGVHyvI4uoelEVJ7P7RrnrskU4vscUAKHi5FygZLnfXzifrY2Vy6GA2wNipmd2I4+gW4ZnvSTzMs1u6s\/k3LSg96cFxOl62AanEnuOcahUrCPl2\/aTlU8OrOdgyiGvWKw4DxXsLC7XNZ589QvVP9uRdSsj7sAie\/bGkTWRM3\/NqYts8YhsMypWCCCxnQQIDAQAB"
}