News Feed for GitHub

GitHub news feed notifications directly in the browser

News Feed for GitHubคืออะไร?

News Feed for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Julian Kühnel และคุณลักษณะหลักของมันคือ "GitHub news feed notifications directly in the browser"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย News Feed for GitHub

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

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

                        This extension will notify you if something happens in your GitHub news feed.                    

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

ชื่อ News Feed for GitHub News Feed for GitHub
ID gbpajmknkcgjeinfbmfeiafhogbhgkjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh
คำอธิบาย GitHub news feed notifications directly in the browser
ขนาดไฟล์ 48.81 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2018-01-17
วันที่เผยแพร่ 2018-01-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Julian Kühnel
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/julmot/news-feed-for-github
URL หน้าช่วยเหลือ https://github.com/julmot/news-feed-for-github/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Feed for GitHub",
    "description": "GitHub news feed notifications directly in the browser",
    "version": "1.2.1",
    "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "minimum_chrome_version": "42",
    "offline_enabled": false,
    "browser_action": {
        "default_icon": {
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png"
        },
        "default_title": "News Feed for GitHub",
        "browser_style": false
    },
    "permissions": [
        "https:\/\/*.github.com\/*",
        "https:\/\/*.githubusercontent.com\/*",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js",
            "scripts\/NewsFeed.js",
            "scripts\/NewsFeedChecker.js",
            "scripts\/NewsFeedTransmitter.js",
            "scripts\/bootstrap.js"
        ]
    }
}