What's New on GitHub

See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.

What's New on GitHubคืออะไร?

What's New on GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mickaël Allonneau และคุณลักษณะหลักของมันคือ "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What's New on GitHub

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

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

                        This extension helps you see easily what happened on GitHub since your last visit.
See the screenshot to see it in action!

⭐ Don't forget to leave a rating if you find this extension useful!

(Also available on Firefox : https://addons.mozilla.org/en-US/firefox/addon/whats-new-github/)                    

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

ชื่อ What's New on GitHub What's New on GitHub
ID ldleapnlgbkpkabhbkkeangmnfpikahe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whats-new-on-github/ldleapnlgbkpkabhbkkeangmnfpikahe
คำอธิบาย See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.
ขนาดไฟล์ 9.8 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2023-02-28
วันที่เผยแพร่ 2020-05-18
ผู้พัฒนา Mickaël Allonneau
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/flawyte/whats-new-github
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "What's New on GitHub",
    "version": "3.0.1",
    "description": "See what's new and what's not in your GitHub dashboard's feeds and in your organizations' feeds.",
    "icons": {
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/dashboard",
                "https:\/\/github.com\/orgs\/*\/dashboard"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}