GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
ما هو GitHub Color Changer؟
GitHub Color Changer هو إضافة Chrome تم تطويرها بواسطة https://timothycarambat.com، والميزة الرئيسية لها هي "This extension changes the GitHub Icon Color Randomly".
تحميل ملف CRX للإضافة GitHub Color Changer
قم بتنزيل ملفات الامتداد GitHub Color Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple extension changes the current styling of the github header Octocat. It will change the color from white to any color in the rainbow, which looks great against the black header bar that is not very lively. A small, but warm change for the career developer.
معلومات أساسية عن التمديد
الاسم | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
الوصف | This extension changes the GitHub Icon Color Randomly |
حجم الملف | 49.82 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2017-04-02 |
تاريخ النشر | 2017-04-01 |
المطور | https://timothycarambat.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Color Changer", "version": "0.0.1", "manifest_version": 2, "description": "This extension changes the GitHub Icon Color Randomly", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "*:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "js\/jquery.min.js", "js\/color_change.js" ] } ] } |