GitHub Add color to recently not updated file
Add color to recently not updated file on GitHub.
ما هو GitHub Add color to recently not updated file؟
GitHub Add color to recently not updated file هو إضافة Chrome تم تطويرها بواسطة naito.kenji، والميزة الرئيسية لها هي "Add color to recently not updated file on GitHub.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Add color to recently not updated file
قم بتنزيل ملفات الامتداد GitHub Add color to recently not updated file بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GitHub Add color to recently not updated file. The file which is not updated more than half a year is changed into 'orange'. The file which is not updated more than one year is changed into 'red'.
معلومات أساسية عن التمديد
الاسم | GitHub Add color to recently not updated file |
ID | gnlanakllhhldoneeennbednopiaadld |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-add-color-to-recen/gnlanakllhhldoneeennbednopiaadld |
الوصف | Add color to recently not updated file on GitHub. |
حجم الملف | 101 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 0.2 |
آخر تحديث | 2014-06-07 |
تاريخ النشر | 2014-06-07 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | naito.kenji |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Add color to recently not updated file", "version": "0.2", "description": "Add color to recently not updated file on GitHub.", "content_scripts": [ { "matches": [ "http:\/\/*.github.com\/*", "https:\/\/*.github.com\/*" ], "js": [ "jquery-1.11.1.js", "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |