Run! Gojira!
Removes cruft from the Jira interface
What is Run! Gojira!?
Run! Gojira! is a Chrome extension developed by Unknown, and its main feature is "Removes cruft from the Jira interface".
Extension Screenshots
Download Run! Gojira! Extension CRX File
Download Run! Gojira! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Currently only effects the add trouble issue view. Don't bother installing this if you don't work for CityGrid.
Extension Basic Information
Name | Run! Gojira! |
ID | flkmhlnapgadpcedkkafhjjamlkppgii |
Official URL | https://chromewebstore.google.com/detail/run-gojira/flkmhlnapgadpcedkkafhjjamlkppgii |
Description | Removes cruft from the Jira interface |
File Size | 66.95 KB |
Installation Count | 13 |
Current Version | 1.1 |
Last Updated | 2012-08-10 |
Publish Date | 2012-08-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } ] } |