GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
Cos'è GitLab Poop 💩?
GitLab Poop 💩 è un'estensione di Chrome sviluppata da https://marcofugaro.it, e la sua funzione principale è "Gives a brand new restyle to the GitLab logo!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitLab Poop 💩
Scarica i file di estensione GitLab Poop 💩 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
💩
Informazioni di Base sull'Estensione
Nome | GitLab Poop 💩 |
ID | eemdikccingkbfelcccolfigihhlpgnp |
URL Ufficiale | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
Descrizione | Gives a brand new restyle to the GitLab logo! |
Dimensione del File | 33.55 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-02-01 |
Data di Pubblicazione | 2017-02-01 |
Sviluppatore | https://marcofugaro.it |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/marcofugaro/gitlab-poop |
Lingue Supportate | 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" ] } ] } |