Run! Gojira!

Removes cruft from the Jira interface

什么是Run! Gojira!?

Run! Gojira!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Removes cruft from the Jira interface”。

扩展截图

screenshot
screenshot

下载Run! Gojira!扩展crx文件

下载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"
            ]
        }
    ]
}