GitLab Issues JSON Export

Export GitLab issues in JSON format.

什么是GitLab Issues JSON Export?

GitLab Issues JSON Export是由https://zyndaa.com开发的Chrome扩展程序,该扩展的主要功能是“Export GitLab issues in JSON format.”。

扩展截图

screenshot
screenshot

下载GitLab Issues JSON Export扩展crx文件

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

扩展使用说明

                        Export issues in GitLab repository to JSON file

In GitLab, it will take a lot of time to copy each issue details in the repository one by one.

Using this extension, export issues in GitLab repository to JSON files.

Follow the below steps to export the issues in GitLab repository to JSON file.

1) Install addon in Chrome.
2) Visit your GitLab repository.
3) Click on the addon icon on the top right side.
4) Click on the export button which will download the JSON file.                    

扩展基本信息

名称 GitLab Issues JSON Export GitLab Issues JSON Export
ID mehhplefekhohpljmhlhijidkehphlpk
官方URL https://chromewebstore.google.com/detail/gitlab-issues-json-export/mehhplefekhohpljmhlhijidkehphlpk
简介 Export GitLab issues in JSON format.
文件大小 244 KB
安装次数 51
当前版本 0.0.1
更新时间 2021-02-03
上架时间 2021-02-03
评分 1.00/5 共1次评分
开发者 https://zyndaa.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://zyndaa.com/
帮助页面URL https://zyndaa.com/products/gitlab-issues-json-export-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitLab Issues JSON Export",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Export GitLab issues in JSON format.",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/git8.ahsan.in\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/hide-16.png",
            "48": "images\/hide-48.png",
            "128": "images\/hide-128.png"
        },
        "default_title": "GitLab Issues JSON Export",
        "default_popup": "options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}