DCO GitHub UI

DCO signoff for GitHub UI

DCO GitHub UIคืออะไร?

DCO GitHub UI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scott Rigby และคุณลักษณะหลักของมันคือ "DCO signoff for GitHub UI"

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

screenshot
screenshot

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

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

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

                        This Chrome extension adds DCO Signed-off-by line to commits made with the GitHub browser UI.                    

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

ชื่อ DCO GitHub UI DCO GitHub UI
ID onhgmjhnaeipfgacbglaphlmllkpoijo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dco-github-ui/onhgmjhnaeipfgacbglaphlmllkpoijo
คำอธิบาย DCO signoff for GitHub UI
ขนาดไฟล์ 20.58 KB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-08-16
วันที่เผยแพร่ 2018-09-20
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Scott Rigby
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/scottrigby/dco-gh-ui
URL หน้าช่วยเหลือ https://github.com/scottrigby/dco-gh-ui/blob/master/README.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DCO GitHub UI",
    "version": "1.1.0",
    "description": "DCO signoff for GitHub UI",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/dco-gh-ui-16.png",
        "32": "images\/dco-gh-ui-32.png",
        "48": "images\/dco-gh-ui-48.png",
        "96": "images\/dco-gh-ui-96.png",
        "128": "images\/dco-gh-ui-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}