GitLab Poop 💩
Gives a brand new restyle to the GitLab logo!
GitLab Poop 💩คืออะไร?
GitLab Poop 💩 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marcofugaro.it และคุณลักษณะหลักของมันคือ "Gives a brand new restyle to the GitLab logo!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitLab Poop 💩
ดาวน์โหลดไฟล์ส่วนขยาย GitLab Poop 💩 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
💩 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eemdikccingkbfelcccolfigihhlpgnp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gitlab-poop-%F0%9F%92%A9/eemdikccingkbfelcccolfigihhlpgnp |
| คำอธิบาย | Gives a brand new restyle to the GitLab logo! |
| ขนาดไฟล์ | 33.55 KB |
| จำนวนการติดตั้ง | 13 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2017-02-01 |
| วันที่เผยแพร่ | 2017-02-01 |
| ผู้พัฒนา | https://marcofugaro.it |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/marcofugaro/gitlab-poop |
| ภาษาที่รองรับ | 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"
]
}
]
} | |