GitLab Manager
Manage your GitLab projects and todos
什么是GitLab Manager?
GitLab Manager是由Leonardo Luiz开发的Chrome扩展程序,该扩展的主要功能是“Manage your GitLab projects and todos”。
扩展截图
下载GitLab Manager扩展crx文件
下载GitLab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features
- Projects search
- Create issues
- Todos list
- Todos notifications
- Pin your projects to quickly access
- Copy to clipboard the recommended branch name of an issue
- Configurable GitLab endpoint 扩展基本信息
| 名称 | |
| ID | adjbkadckkobnjhnljgpbaelndnagagm |
| 官方URL | https://chromewebstore.google.com/detail/gitlab-manager/adjbkadckkobnjhnljgpbaelndnagagm |
| 简介 | Manage your GitLab projects and todos |
| 文件大小 | 1.71 MB |
| 安装次数 | 590 |
| 当前版本 | 0.17.2 |
| 更新时间 | 2019-03-05 |
| 上架时间 | 2019-03-05 |
| 评分 | 4.71/5 共7次评分 |
| 开发者 | Leonardo Luiz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/leonardokl/gitlab-chrome-extension |
| 帮助页面URL | https://github.com/leonardokl/gitlab-chrome-extension |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitLab Manager",
"description": "Manage your GitLab projects and todos",
"version": "0.17.2",
"browser_action": {
"default_icon": "public\/images\/logo.png",
"default_popup": "public\/index.html"
},
"background": {
"scripts": [
"public\/js\/event.js"
],
"persistent": false
},
"options_ui": {
"page": "public\/options\/index.html",
"chrome_style": true
},
"permissions": [
"alarms",
"notifications",
"storage",
"activeTab",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |