GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
Apa itu GitLab Poop 💩?
GitLab Poop 💩 adalah ekstensi Chrome yang dikembangkan oleh https://marcofugaro.it, dan fitur utamanya adalah "Gives a brand new restyle to the GitLab logo!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitLab Poop 💩
Unduh file ekstensi GitLab Poop 💩 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
💩 Informasi Dasar Ekstensi
| Nama | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| URL Resmi | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| Deskripsi | Gives a brand new restyle to the GitLab logo! |
| Ukuran File | 33.55 KB |
| Jumlah Instalasi | 13 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2017-02-01 |
| Tanggal Publikasi | 2017-02-01 |
| Pengembang | https://marcofugaro.it |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/marcofugaro/gitlab-poop |
| Bahasa yang Didukung | 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"
]
}
]
} | |