Git Git Hooray
Celebrate first time contributors on GitHub
ما هو Git Git Hooray؟
Git Git Hooray هو إضافة Chrome تم تطويرها بواسطة Paul Molluzzo، والميزة الرئيسية لها هي "Celebrate first time contributors on GitHub".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Git Git Hooray
قم بتنزيل ملفات الامتداد Git Git Hooray بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
معلومات أساسية عن التمديد
الاسم | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
الوصف | Celebrate first time contributors on GitHub |
حجم الملف | 24.91 KB |
عدد التثبيتات | 14 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2017-03-27 |
تاريخ النشر | 2017-03-27 |
المطور | Paul Molluzzo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/paulmolluzzo/git-git-hooray |
عنوان صفحة المساعدة | https://github.com/paulmolluzzo/git-git-hooray/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Git Hooray", "version": "1.1.0", "description": "Celebrate first time contributors on GitHub", "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray", "manifest_version": 2, "minimum_chrome_version": "49", "permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |