Github Issue Template

Backbone for structuring Github Issues

Github Issue Templateคืออะไร?

Github Issue Template เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ovidiu Cherecheș และคุณลักษณะหลักของมันคือ "Backbone for structuring Github Issues"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Issue Template

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

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

                                            

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

ชื่อ Github Issue Template Github Issue Template
ID cmkibacnfglkpeejephdhdmeefhogdka
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/github-issue-template/cmkibacnfglkpeejephdhdmeefhogdka
คำอธิบาย Backbone for structuring Github Issues
ขนาดไฟล์ 57.85 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2014-05-28
วันที่เผยแพร่ 2014-05-28
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Ovidiu Cherecheș
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/skidding/github-issue-template
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Issue Template",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Backbone for structuring Github Issues",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "*:\/\/rawgit.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*\/issues\/new"
            ],
            "js": [
                "script\/lib\/jquery.min.js",
                "script\/lib\/jquery.cursor-position.js",
                "script\/lib\/jquery.select-range.js",
                "script\/new-issue-page.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "Create new Github Issue",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}