JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

什么是JIRA Attachment Download?

JIRA Attachment Download是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Select JIRA attachments form a ticket and download them.”。

扩展截图

screenshot
screenshot

下载JIRA Attachment Download扩展crx文件

下载JIRA Attachment Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download all attachments of any JIRA ticket with one click.

The Popup allows choosing which attachment should be downloaded. The found attachments can be search also using regular expressions and a additional link filter can be defined to find external, linked attachments. The setting for this filter is persisted per domain. The attachments are saved into the default download folder as // or another pattern which can be setup in the attachment options.                    

扩展基本信息

名称 JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
官方URL https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
简介 Select JIRA attachments form a ticket and download them.
文件大小 27.72 KB
安装次数 77
当前版本 1.7
更新时间 2017-11-18
上架时间 2017-11-18
评分 3.00/5 共1次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/irgangla/JiraAttachmentDownload
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Attachment Download",
    "description": "Select JIRA attachments form a ticket and download them.",
    "author": "Thomas Irgang",
    "version": "1.7",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "18": "icon18.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "",
        "downloads",
        "storage",
        "tabs",
        "activeTab"
    ]
}