GitHub Version Tags

Displays the latest version of a project next to the repo name on GitHub.

GitHub Version Tags क्या है?

GitHub Version Tags joeyespo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the latest version of a project next to the repo name on GitHub."।

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

screenshot

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

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

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

                        Displays the latest version of a project next to the repo name on GitHub.

Source code is on GitHub http://github.com/joeyespo/github-version-tags                    

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

नाम GitHub Version Tags GitHub Version Tags
ID kflokeeiigcmdejejgiajnefnpoaomjh
आधिकारिक URL https://chrome.google.com/webstore/detail/github-version-tags/kflokeeiigcmdejejgiajnefnpoaomjh
विवरण Displays the latest version of a project next to the repo name on GitHub.
फ़ाइल का आकार 38.62 KB
स्थापना संख्या 126
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2017-10-01
प्रकाशन तिथि 2017-10-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर joeyespo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/joeyespo/github-version-tags
सहायता पृष्ठ URL http://github.com/joeyespo/github-version-tags/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Version Tags",
    "version": "1.1.0",
    "description": "Displays the latest version of a project next to the repo name on GitHub.",
    "author": "Joe Esposito ",
    "icons": {
        "19": "media\/icon_19.png",
        "38": "media\/icon_38.png",
        "48": "media\/icon_48.png",
        "128": "media\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "vendor\/compare-versions.js",
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/api.github.com\/*"
    ]
}