Show All GitHub Issues

Show both Issues and Pull Requests in the Issues tab by default. As it previously did.

Show All GitHub Issues क्या है?

Show All GitHub Issues Sindre Sorhus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show both Issues and Pull Requests in the Issues tab by default. As it previously did."।

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

screenshot

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

crx प्रारूप में Show All GitHub Issues एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        See the website for more info.                    

एक्सटेंशन की मूल जानकारी

नाम Show All GitHub Issues Show All GitHub Issues
ID ahkcgmpcfiijldaijfjekdffckpidieb
आधिकारिक URL https://chromewebstore.google.com/detail/show-all-github-issues/ahkcgmpcfiijldaijfjekdffckpidieb
विवरण Show both Issues and Pull Requests in the Issues tab by default. As it previously did.
फ़ाइल का आकार 5.91 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2020-11-20
प्रकाशन तिथि 2020-03-07
डेवलपर Sindre Sorhus
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sindresorhus/show-all-github-issues
सहायता पृष्ठ URL https://github.com/sindresorhus/show-all-github-issues/issues
गोपनीयता नीति पृष्ठ URL https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show All GitHub Issues",
    "version": "1.0.3",
    "description": "Show both Issues and Pull Requests in the Issues tab by default. As it previously did.",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/show-all-github-issues",
    "manifest_version": 2,
    "minimum_chrome_version": "80",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/github.com\/*\/*\/issues"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}