GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
Co to jest GitLab Poop 💩?
GitLab Poop 💩 to rozszerzenie Chrome opracowane przez https://marcofugaro.it, a jego główną funkcją jest „Gives a brand new restyle to the GitLab logo!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitLab Poop 💩
Pobierz pliki rozszerzeń GitLab Poop 💩 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
💩 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| Oficjalny URL | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| Opis | Gives a brand new restyle to the GitLab logo! |
| Rozmiar pliku | 33.55 KB |
| Liczba instalacji | 13 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2017-02-01 |
| Data Publikacji | 2017-02-01 |
| Deweloper | https://marcofugaro.it |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/marcofugaro/gitlab-poop |
| Obsługiwane Języki | 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"
]
}
]
} | |