GitLab Poop 💩

Gives a brand new restyle to the GitLab logo!

Wat is GitLab Poop 💩?

GitLab Poop 💩 is een Chrome-extensie ontwikkeld door https://marcofugaro.it, en de belangrijkste functie is "Gives a brand new restyle to the GitLab logo!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GitLab Poop 💩

Download GitLab Poop 💩-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        💩                    

Basisinformatie over de Extensie

Naam GitLab Poop 💩 GitLab Poop 💩
ID eemdikccingkbfelcccolfigihhlpgnp
Officiële URL https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp
Beschrijving Gives a brand new restyle to the GitLab logo!
Bestandsgrootte 33.55 KB
Aantal Installaties 13
Huidige Versie 1.0
Laatst Bijgewerkt 2017-02-01
Publicatiedatum 2017-02-01
Ontwikkelaar https://marcofugaro.it
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/marcofugaro/gitlab-poop
Ondersteunde Talen 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"
            ]
        }
    ]
}