GitHub Projects Plus

Adds advanced labels management and other functionality to GitHub.

GitHub Projects Plus क्या है?

GitHub Projects Plus ofzza द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds advanced labels management and other functionality to GitHub."।

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

screenshot

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

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

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

                        DEPRECATED! You can now use the vanilla version of GitHub Projects Plus for GitHub Enterprise hosted on domains other than GitHub.com!!
--------------------------

Augments functionality of GitHub with:

1) Adds "@special" labels to issues to be used as work-flow tags
(See "?" icon above the new label input for more info)

2) Adds "#type" labels to issues to be used as quick grouping tags
(See "?" icon above the new label input for more info)

3) Adds a "New issue" button to the projects page

--------------------------
PLEASE NOTE: This extension is not endorsed by GitHub.
GitHub and Chrome, are trademarks of their respective owners.                    

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

नाम GitHub Projects Plus GitHub Projects Plus
ID gadfbgfecpifebbanedpkjfkoajpkojo
आधिकारिक URL https://chromewebstore.google.com/detail/github-projects-plus/gadfbgfecpifebbanedpkjfkoajpkojo
विवरण Adds advanced labels management and other functionality to GitHub.
फ़ाइल का आकार 76.63 KB
स्थापना संख्या 15
वर्तमान संस्करण 2.0.9
अंतिम अपडेट 2021-09-21
प्रकाशन तिथि 2019-11-28
डेवलपर ofzza
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ofzza/github-projects-extension
सहायता पृष्ठ URL https://github.com/ofzza/github-projects-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.0.9",
    "icons": {
        "16": "res\/img\/logo(16px).png",
        "48": "res\/img\/logo(48px).png",
        "128": "res\/img\/logo(128px).png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "bootstrap.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "res\/img\/label-tag-example.png"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "GitHub Projects Plus",
    "description": "Adds advanced labels management and other functionality to GitHub."
}