Refined Gitlab

Chrome extension that enhances GitLab

Refined Gitlabとは何ですか?

Refined GitlabはStrajkによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that enhances GitLab」です。

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

screenshot

Refined Gitlab拡張機能のCRXファイルをダウンロード

Refined Gitlab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        More info https://github.com/kiwicom/refined-gitlab                    

拡張機能の基本情報

名前 Refined Gitlab Refined Gitlab
ID pogpjdbfdfnmlegpbhdmlebognmbamko
公式URL https://chromewebstore.google.com/detail/refined-gitlab/pogpjdbfdfnmlegpbhdmlebognmbamko
説明 Chrome extension that enhances GitLab
ファイルサイズ 304 KB
インストール数 70
現在のバージョン 19.5.22.2040
最終更新日 2019-05-22
公開日 2019-05-22
開発者 Strajk
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refined Gitlab",
    "description": "Chrome extension that enhances GitLab",
    "version": "19.5.22.2040",
    "homepage_url": "https:\/\/github.com\/kiwicom\/refined-gitlab",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Gitlab extension"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "agent.js"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/gitlab.com\/*",
                "https:\/\/gitlab.skypicker.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}