Jira Improved
Improved Jira Agile boards!
什麼是Jira Improved?
Jira Improved是由Dylan Greene開發的Chrome擴展程式,該擴展的主要功能是“Improved Jira Agile boards!”。
擴展截圖
下載Jira Improved擴展crx文件
下載Jira Improved擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Improves the Agile and Kanban boards!
- Filter the tickets! (Keyboard shortcut: F)
- Epic name in issue cards.
- Show each pull requests in the card.
- Each github icon links to the pull request.
- Closed pull requests highlight green (done). Broken urls are inverted colors.
- Much more!! (the screenshots are out of date).
I ask for permission for "all sites" because I don't know which site you use for JIra. It only runs on pages that have the Jira Agile board view.
This plugin is open source. https://github.com/dylang/jira-improved
This is a third-party plugin. Not created or supported by Atlassian. 擴展基本資訊
| 名稱 | |
| ID | mdfbpeoaadkecmpingophakekbicinip |
| 官方網址 | https://chromewebstore.google.com/detail/jira-improved/mdfbpeoaadkecmpingophakekbicinip |
| 簡介 | Improved Jira Agile boards! |
| 檔案大小 | 99.65 KB |
| 安裝次數 | 445 |
| 目前版本 | 2.0.8 |
| 更新時間 | 2016-05-03 |
| 上架時間 | 2016-05-03 |
| 評分 | 3.78/5 共 9 次評分 |
| 開發者 | Dylan Greene |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "2.0.8",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Jira Improved",
"default_popup": "views\/popup.html"
},
"options_page": "views\/options.html",
"omnibox": {
"keyword": "Jira Improved"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/secure\/RapidBoard.jspa*",
"https:\/\/*\/jira\/secure\/RapidBoard.jspa*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
"images\/*.png",
"css\/*.css",
"js\/dist\/*.js"
]
} | |