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 |
| 官方網址 | 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:\/\/*\/"
]
} | |