Show All GitHub Issues

Show both Issues and Pull Requests in the Issues tab by default. As it previously did.

Show All GitHub Issuesคืออะไร?

Show All GitHub Issues เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sindre Sorhus และคุณลักษณะหลักของมันคือ "Show both Issues and Pull Requests in the Issues tab by default. As it previously did."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show All GitHub Issues

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

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

                        See the website for more info.                    

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

ชื่อ Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
คำอธิบาย Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
ขนาดไฟล์ 5.91 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2020-11-20
วันที่เผยแพร่ 2020-03-07
ผู้พัฒนา Sindre Sorhus
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/sindresorhus/show-all-github-issues
URL หน้าช่วยเหลือ https://github.com/sindresorhus/show-all-github-issues/issues
URL หน้านโยบายความเป็นส่วนตัว https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show All GitHub Issues",
    "version": "1.0.3",
    "description": "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/show-all-github-issues",
    "manifest_version": 2,
    "minimum_chrome_version": "80",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/*\/*\/issues"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}