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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
💩
معلومات أساسية عن التمديد
الاسم | GitLab Poop 💩 |
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" ] } ] } |