My Git Repo News

Chrome extension which helps you not to miss important changes in your news thread related to your repo

My Git Repo Newsคืออะไร?

My Git Repo News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย greybax และคุณลักษณะหลักของมันคือ "Chrome extension which helps you not to miss important changes in your news thread related to your repo"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Git Repo News

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

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

                        Don't miss any changes in your github newsfeed related with your repos!                    

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

ชื่อ My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
คำอธิบาย Chrome extension which helps you not to miss important changes in your news thread related to your repo
ขนาดไฟล์ 168 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-10-01
วันที่เผยแพร่ 2018-10-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา greybax
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/greybax/github-extension-my-repo-news
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Git Repo News",
    "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo",
    "short_name": "My Git Repo News",
    "version": "1.0.2",
    "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news",
    "browser_action": {
        "default_title": "My Git Repo News",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        }
    ]
}