Pull Requests Counter

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

Pull Requests Counter क्या है?

Pull Requests Counter Alessandro Rodi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the number of Pull Requests assigned to you."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pull Requests Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    ]
}