GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
Was ist GitLab Poop 💩?
GitLab Poop 💩 ist eine Chrome-Erweiterung, die von https://marcofugaro.it entwickelt wurde, und ihr Hauptmerkmal ist "Gives a brand new restyle to the GitLab logo!".
Erweiterungsscreenshots
GitLab Poop 💩-Erweiterungs-CRX-Datei herunterladen
Laden Sie GitLab Poop 💩-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
💩 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| Offizielle URL | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| Beschreibung | Gives a brand new restyle to the GitLab logo! |
| Dateigröße | 33.55 KB |
| Installationsanzahl | 13 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2017-02-01 |
| Veröffentlichungsdatum | 2017-02-01 |
| Entwickler | https://marcofugaro.it |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/marcofugaro/gitlab-poop |
| Unterstützte Sprachen | 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"
]
}
]
} | |