Dashboard filter for GitHub

This adds an activity filter menu to GitHub dashboard.

Dashboard filter for GitHubคืออะไร?

Dashboard filter for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mu-An Chiou และคุณลักษณะหลักของมันคือ "This adds an activity filter menu to GitHub dashboard."

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

screenshot

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

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

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

                        This adds an activity filter menu to GitHub.com dashboard page so user can choose to see only the activities they care about.                    

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

ชื่อ Dashboard filter for GitHub Dashboard filter for GitHub
ID pcnaddhmngnnpookfhhamkelhhakimdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dashboard-filter-for-gith/pcnaddhmngnnpookfhhamkelhhakimdg
คำอธิบาย This adds an activity filter menu to GitHub dashboard.
ขนาดไฟล์ 6.87 KB
จำนวนการติดตั้ง 575
เวอร์ชันปัจจุบัน 0.8.8
อัปเดตครั้งล่าสุด 2022-12-13
วันที่เผยแพร่ 2019-05-12
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Mu-An Chiou
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/muan/github-dashboard
URL หน้าช่วยเหลือ https://github.com/muan/github-dashboard/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dashboard filter for GitHub",
    "short_name": "dashboard",
    "version": "0.8.8",
    "manifest_version": 3,
    "description": "This adds an activity filter menu to GitHub dashboard.",
    "homepage_url": "http:\/\/github.com\/muan\/dashboard",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/",
                "https:\/\/github.com\/orgs\/*\/dashboard"
            ],
            "css": [
                "dashboard.css"
            ],
            "js": [
                "dashboard.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.github.com\/*"
    ]
}