Git Patch Viewer

Git Patch Viewer

Git Patch Viewerคืออะไร?

Git Patch Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DENG Yi และคุณลักษณะหลักของมันคือ "Git Patch Viewer"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Git Patch Viewer

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

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

                        Git Patch Viewer.

Click on icon to render current page or revert to raw.

Set URL patterns in options page for auto rendering.

Source code: https://github.com/daviddengcn/patch-ext                    

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

ชื่อ Git Patch Viewer Git Patch Viewer
ID hkoggakcdopbgnaeeidcmopfekipkleg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/git-patch-viewer/hkoggakcdopbgnaeeidcmopfekipkleg
คำอธิบาย Git Patch Viewer
ขนาดไฟล์ 18.64 KB
จำนวนการติดตั้ง 3,539
เวอร์ชันปัจจุบัน 1.8
อัปเดตครั้งล่าสุด 2015-12-23
วันที่เผยแพร่ 2015-12-23
คะแนน 4.49/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา DENG Yi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/daviddengcn/patch-ext
URL หน้าช่วยเหลือ https://github.com/daviddengcn/patch-ext/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Patch Viewer",
    "short_name": "GPV",
    "description": "Git Patch Viewer",
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "48": "patch-ext-48x48.png",
        "128": "patch-ext-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "patch-ext-48x48.png"
    },
    "version": "1.8",
    "manifest_version": 2
}