Octopull

Octopull is a tool that extends GitHub pull-requests with additional static analysis results.

Octopullคืออะไร?

Octopull เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rmhartog.me และคุณลักษณะหลักของมันคือ "Octopull is a tool that extends GitHub pull-requests with additional static analysis results."

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

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

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

                        Octopull is a tool that extends GitHub pull-requests with additional static analysis results.                    

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

ชื่อ Octopull Octopull
ID pnpjfmionfckocmegdmijflakfoigjmk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/octopull/pnpjfmionfckocmegdmijflakfoigjmk
คำอธิบาย Octopull is a tool that extends GitHub pull-requests with additional static analysis results.
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2015-08-31
วันที่เผยแพร่ 2015-08-31
ผู้พัฒนา http://rmhartog.me
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://octopull.rmhartog.me/
URL หน้าช่วยเหลือ https://octopull.rmhartog.me/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octopull",
    "version": "1.2.2",
    "manifest_version": 2,
    "author": "Reinier Hartog",
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/octopull.rmhartog.me\/*",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "octopull.css"
            ],
            "js": [
                "octopull.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/octopull.rmhartog.me\/*"
            ],
            "css": [
                "extension_installed.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*.html"
    ]
}