Run! Gojira!

Removes cruft from the Jira interface

Run! Gojira!คืออะไร?

Run! Gojira! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Removes cruft from the Jira interface"

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

screenshot
screenshot

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

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

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

                        Currently only effects the add trouble issue view.  Don't bother installing this if you don't work for CityGrid.                    

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

ชื่อ Run! Gojira! Run! Gojira!
ID flkmhlnapgadpcedkkafhjjamlkppgii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/run-gojira/flkmhlnapgadpcedkkafhjjamlkppgii
คำอธิบาย Removes cruft from the Jira interface
ขนาดไฟล์ 66.95 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-08-10
วันที่เผยแพร่ 2012-08-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Run!  Gojira!",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "description": "Removes cruft from the Jira interface",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jira.prod.cs\/secure\/CreateIssue.jspa?pid=10173&issuetype=14"
            ],
            "js": [
                "jquery.js",
                "trouble_issue.js"
            ]
        }
    ]
}