Issue Checker for GitHub
Check Github issues
ما هو Issue Checker for GitHub؟
Issue Checker for GitHub هو إضافة Chrome تم تطويرها بواسطة dtaniwaki، والميزة الرئيسية لها هي "Check Github issues".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Issue Checker for GitHub
قم بتنزيل ملفات الامتداد Issue Checker for GitHub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension, you never forget GitHub issues and pull requests assigned to you! The number on the extension icon indicates the number of issues/pull requests assigned to you and the extension keeps them up-to-date anytime. You can check what issues/pull requests are assigned to you on the extension popup and open the correspondant page easily.
معلومات أساسية عن التمديد
الاسم | |
ID | dejgifcjoefbogdjpjokobdlddjhbich |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/issue-checker-for-github/dejgifcjoefbogdjpjokobdlddjhbich |
الوصف | Check Github issues |
حجم الملف | 164 KB |
عدد التثبيتات | 334 |
النسخة الحالية | 0.2.15 |
آخر تحديث | 2016-02-26 |
تاريخ النشر | 2016-02-26 |
تقييم | 4.29/5 مجموع تقييمات 7 |
المطور | dtaniwaki |
نوع الدفع | free |
موقع الإضافة | https://github.com/dtaniwaki/issue-checker-for-github |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Issue Checker for GitHub", "version": "0.2.15", "options_page": "options.html", "description": "Check Github issues", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "cookies", "storage", "notifications" ], "browser_action": { "default_icon": "\/images\/icon128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "\/js\/lib\/jquery-2.1.0.min.js", "\/js\/github_client.js", "\/js\/background.js" ] } } |