Jira Interface Improvements
Some simple interface improvements for Jira
什么是Jira Interface Improvements?
Jira Interface Improvements是由Barry Murphy开发的Chrome扩展程序,该扩展的主要功能是“Some simple interface improvements for Jira”。
扩展截图
下载Jira Interface Improvements扩展crx文件
下载Jira Interface Improvements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Jira is a great tool for issue and project tracking but sometimes the interface can be frustrating. This extension includes various modifications to improve the usability and visibility of Jira interfaces. version 0.1 (April 2017) includes : - Horizontal scroll for Kanban Boards - Horizontal scroll for Board Settings -> Columns screen version 0.1.2 (April 2017): Detail View takes up 1/2 of screen (default is 400px) Icons made by Prosymbols (http://www.flaticon.com/authors/prosymbols) from www.flaticon.com.
扩展基本信息
名称 | Jira Interface Improvements |
ID | mmbhfikppdnhffajifihnlcffjflffok |
官方URL | https://chromewebstore.google.com/detail/jira-interface-improvemen/mmbhfikppdnhffajifihnlcffjflffok |
简介 | Some simple interface improvements for Jira |
文件大小 | 11.68 KB |
安装次数 | 138 |
当前版本 | 0.1.2 |
更新时间 | 2017-04-25 |
上架时间 | 2017-04-25 |
评分 | 4.00/5 共3次评分 |
开发者 | Barry Murphy |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jira Interface Improvements", "description": "Some simple interface improvements for Jira", "version": "0.1.2", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "css": [ "content.css" ], "js": [ "contentscript.js" ] } ], "permissions": [ "https:\/\/*.atlassian.net\/*" ] } |