Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Refined GitHub Notificationsคืออะไร?

Refined GitHub Notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ggurgone และคุณลักษณะหลักของมันคือ "Add UI improvements to the new GitHub Notifications page"

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

screenshot

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

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

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

                        This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.                    

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

ชื่อ Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
คำอธิบาย Add UI improvements to the new GitHub Notifications page
ขนาดไฟล์ 15.27 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2020-05-03
วันที่เผยแพร่ 2020-05-03
ผู้พัฒนา ggurgone
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/giuseppeg/refined-github-notifications
URL หน้าช่วยเหลือ https://github.com/giuseppeg/refined-github-notifications
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined GitHub Notifications",
    "version": "0.1.3",
    "description": "Add UI improvements to the new GitHub Notifications page",
    "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/github.com\/notifications",
                "https:\/\/github.com\/notifications?*"
            ],
            "js": [
                "index.user.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}