Issue Checker for GitHub

Check Github issues

Issue Checker for GitHubคืออะไร?

Issue Checker for GitHub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dtaniwaki และคุณลักษณะหลักของมันคือ "Check Github issues"

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

screenshot
screenshot

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

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

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

                        With this extension, you never forget GitHub issues and pull requests assigned to you!

The number on the extension icon indicates the number of issues/pull requests assigned to you and the extension keeps them up-to-date anytime. You can check what issues/pull requests are assigned to you on the extension popup and open the correspondant page easily.                    

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

ชื่อ Issue Checker for GitHub Issue Checker for GitHub
ID dejgifcjoefbogdjpjokobdlddjhbich
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/issue-checker-for-github/dejgifcjoefbogdjpjokobdlddjhbich
คำอธิบาย Check Github issues
ขนาดไฟล์ 164 KB
จำนวนการติดตั้ง 334
เวอร์ชันปัจจุบัน 0.2.15
อัปเดตครั้งล่าสุด 2016-02-26
วันที่เผยแพร่ 2016-02-26
คะแนน 4.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา dtaniwaki
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dtaniwaki/issue-checker-for-github
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Issue Checker for GitHub",
    "version": "0.2.15",
    "options_page": "options.html",
    "description": "Check Github issues",
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "\/js\/lib\/jquery-2.1.0.min.js",
            "\/js\/github_client.js",
            "\/js\/background.js"
        ]
    }
}