GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
Vad är GitLab Poop 💩?
GitLab Poop 💩 är en Chrome-tillägg utvecklad av https://marcofugaro.it, och dess huvudfunktion är "Gives a brand new restyle to the GitLab logo!".
Tilläggsskärmbilder
Ladda ner GitLab Poop 💩-förlängningens CRX-fil
Ladda ner GitLab Poop 💩-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
💩 Grundläggande Information om Tillägg
| Namn | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| Officiell webbadress | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| Beskrivning | Gives a brand new restyle to the GitLab logo! |
| Filstorlek | 33.55 KB |
| Antal Installationer | 13 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-02-01 |
| Publiceringsdatum | 2017-02-01 |
| Utvecklare | https://marcofugaro.it |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/marcofugaro/gitlab-poop |
| Stödda Språk | 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"
]
}
]
} | |