GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
Qu'est-ce que GitLab Poop 💩 ?
GitLab Poop 💩 est une extension Chrome développée par https://marcofugaro.it, et sa fonction principale est "Gives a brand new restyle to the GitLab logo!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitLab Poop 💩
Téléchargez les fichiers d'extension GitLab Poop 💩 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
💩 Informations de Base sur l'Extension
| Nom | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| URL Officiel | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| Description | Gives a brand new restyle to the GitLab logo! |
| Taille du Fichier | 33.55 KB |
| Nombre d'Installations | 13 |
| Version Actuelle | 1.0 |
| Dernière Mise à Jour | 2017-02-01 |
| Date de Publication | 2017-02-01 |
| Développeur | https://marcofugaro.it |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/marcofugaro/gitlab-poop |
| Langues Prises en Charge | 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"
]
}
]
} | |