Pull Requests Counter

This extension shows the number of Pull Requests assigned to you.

ما هو Pull Requests Counter؟

Pull Requests Counter هو إضافة Chrome تم تطويرها بواسطة Alessandro Rodi، والميزة الرئيسية لها هي "This extension shows the number of Pull Requests assigned to you.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Pull Requests Counter

قم بتنزيل ملفات الامتداد Pull Requests Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extensions allow you to see the number of Open Pull Requests assigned to you on GitHub.
Don't loose a PullRequest anymore! Make other people happy not forgetting their Pull Requests.
This extension counts also the number of reviews requested from you.                    

معلومات أساسية عن التمديد

الاسم Pull Requests Counter Pull Requests Counter
ID nabnimigmblhomjpopdohkaelngdammf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pull-requests-counter/nabnimigmblhomjpopdohkaelngdammf
الوصف This extension shows the number of Pull Requests assigned to you.
حجم الملف 9.16 KB
عدد التثبيتات 93
النسخة الحالية 1.3.1
آخر تحديث 2017-09-15
تاريخ النشر 2017-09-15
تقييم 4.80/5 مجموع تقييمات 5
المطور Alessandro Rodi
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/renuo/pull-requests-counter
عنوان صفحة المساعدة https://github.com/renuo/pull-requests-counter/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Renuo GmbH",
    "name": "Pull Requests Counter",
    "description": "This extension shows the number of Pull Requests assigned to you.",
    "version": "1.3.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/api.github.com\/",
        "alarms",
        "storage",
        "tabs"
    ]
}