Run! Gojira!
Removes cruft from the Jira interface
Run! Gojira!とは何ですか?
Run! Gojira!はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Removes cruft from the Jira interface」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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"
            ]
        }
    ]
}  |  |