GitLab Poop 💩

Gives a brand new restyle to the GitLab logo!

GitLab Poop 💩とは何ですか?

GitLab Poop 💩はhttps://marcofugaro.itによって開発されたChromeの拡張機能で、その主な機能は「Gives a brand new restyle to the GitLab logo!」です。

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

screenshot
screenshot

GitLab Poop 💩拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        💩                    

拡張機能の基本情報

名前 GitLab Poop 💩 GitLab Poop 💩
ID eemdikccingkbfelcccolfigihhlpgnp
公式URL https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp
説明 Gives a brand new restyle to the GitLab logo!
ファイルサイズ 33.55 KB
インストール数 13
現在のバージョン 1.0
最終更新日 2017-02-01
公開日 2017-02-01
開発者 https://marcofugaro.it
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/marcofugaro/gitlab-poop
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitLab Poop \ud83d\udca9",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Gives a brand new restyle to the GitLab logo!",
    "permissions": [
        "tabs",
        "*:\/\/*.gitlab.com\/*"
    ],
    "icons": {
        "128": "poop-emoji.png"
    },
    "web_accessible_resources": [
        "poop-emoji.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gitlab.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "gitlab-poop.js"
            ]
        }
    ]
}