Natlex GitLab Extensions

UI extensions for GitLab

什么是Natlex GitLab Extensions?

Natlex GitLab Extensions是由NATLEX开发的Chrome扩展程序,该扩展的主要功能是“UI extensions for GitLab”。

扩展截图

screenshot
screenshot

下载Natlex GitLab Extensions扩展crx文件

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

扩展使用说明

                        With this extension you can easily show/hide and navigate between comments by author                    

扩展基本信息

名称 Natlex GitLab Extensions Natlex GitLab Extensions
ID naheeabjfjnchakiflgmmejpfpjmfmck
官方URL https://chromewebstore.google.com/detail/natlex-gitlab-extensions/naheeabjfjnchakiflgmmejpfpjmfmck
简介 UI extensions for GitLab
文件大小 15.71 KB
安装次数 32
当前版本 2.1.1
更新时间 2020-08-26
上架时间 2019-12-11
评分 5.00/5 共4次评分
开发者 NATLEX
电子邮箱 [email protected]
付费类型 free
扩展官网 http://natlex.ru/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Natlex GitLab Extensions",
    "version": "2.1.1",
    "description": "UI extensions for GitLab",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "gitlab-content.css"
            ],
            "js": [
                "gitlab-content.js"
            ]
        }
    ]
}