Github compare tags
Adds tags to the compare page of Github.
ما هو Github compare tags؟
Github compare tags هو إضافة Chrome تم تطويرها بواسطة marpo60، والميزة الرئيسية لها هي "Adds tags to the compare page of Github.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Github compare tags
قم بتنزيل ملفات الامتداد Github compare tags بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add into the dropdown of Github compare page the tags of the repositories.
معلومات أساسية عن التمديد
الاسم | Github compare tags |
ID | pjkolicadkdcfgjjoopdpleenckeajkk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-compare-tags/pjkolicadkdcfgjjoopdpleenckeajkk |
الوصف | Adds tags to the compare page of Github. |
حجم الملف | 8.43 KB |
عدد التثبيتات | 62 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2019-06-01 |
تاريخ النشر | 2019-06-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | marpo60 |
نوع الدفع | free |
موقع الإضافة | https://github.com/marpo60/github-compare-tags |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github compare tags", "version": "0.0.6", "manifest_version": 2, "description": "Adds tags to the compare page of Github.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "storage", "https:\/\/github.com\/*" ], "background": { "scripts": [ "src\/hot-reload.js" ] }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/inject.js" ] } ] } |