Follow GitHub Organization

Follow GitHub organizations and get activities on new repositories in your feed

Follow GitHub Organizationคืออะไร?

Follow GitHub Organization เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://followgithub.org และคุณลักษณะหลักของมันคือ "Follow GitHub organizations and get activities on new repositories in your feed"

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

screenshot
screenshot

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

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

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

                        Browser extension that lets you follow GitHub organizations like normal user accounts.
It shows the activities happening in the followed organization accounts in the main GitHub feed.

---

It's not affiliated with GitHub.                    

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

ชื่อ Follow GitHub Organization Follow GitHub Organization
ID nihhgppianmnaaomafdoemomnnpdnfjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/follow-github-organizatio/nihhgppianmnaaomafdoemomnnpdnfjn
คำอธิบาย Follow GitHub organizations and get activities on new repositories in your feed
ขนาดไฟล์ 99.17 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 0.0.12
อัปเดตครั้งล่าสุด 2019-08-28
วันที่เผยแพร่ 2019-08-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://followgithub.org
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow GitHub Organization",
    "version": "0.0.12",
    "description": "Follow GitHub organizations and get activities on new repositories in your feed",
    "permissions": [
        "https:\/\/api.followgithub.org\/*",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}