GitLab Manager

Manage your GitLab projects and todos

GitLab Managerとは何ですか?

GitLab ManagerはLeonardo Luizによって開発されたChromeの拡張機能で、その主な機能は「Manage your GitLab projects and todos」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 GitLab Manager GitLab Manager
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
Eメール [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:\/\/*\/"
    ]
}