GitStats

Displays brief GitHub stats for a user.

GitStats क्या है?

GitStats Akash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays brief GitHub stats for a user."।

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing a powerful and convenient tool for all GitHub users, a chrome extension that allows you to easily view a user's GitHub statistics right from their profile or by searching for their username. With this extension, you can quickly access valuable insights about a user's GitHub activity, making it an essential tool for developers and enthusiasts.

Some of the features of GITSTATS include:

-  Seamless integration: Access GITSTATS with a single click from any user's GitHub profile or by searching for a specific user.
-  Comprehensive statistics: Get detailed information about a user's GitHub activity, including their repository count, total stars received etc.
-  Contribution insights: Gain insights into a user's contributions, such as the number of commits, pull requests, and issues they have made
-  User-friendly interface: Enjoy a clean and intuitive interface that presents the information in a visually appealing and easy-to-understand format

GITSTATS is a free and open-source extension that is available to download from the Chrome Web Store.

Here are some additional benefits of using GITSTATS:

-  Save time by quickly accessing the information you need about a user's GitHub activity
-  Make better decisions about who to collaborate with or hire
-  Stay up-to-date on the latest developments in your field
-  Learn from other developers by analyzing their code

GITSTATS is a powerful tool that can help you improve your GitHub experience. If you are a developer or enthusiast, I encourage you to try it out.                    

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

नाम GitStats GitStats
ID jlfolgnhjeibddjpcodabefpkggodigc
आधिकारिक URL https://chromewebstore.google.com/detail/gitstats/jlfolgnhjeibddjpcodabefpkggodigc
विवरण Displays brief GitHub stats for a user.
फ़ाइल का आकार 74.7 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-05-25
प्रकाशन तिथि 2023-05-25
रेटिंग 4.80/5 कुल 5 रेटिंग्स
डेवलपर Akash
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/akash-singh8/GitStats
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Akash Singh",
    "name": "GitStats",
    "description": "Displays brief GitHub stats for a user.",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        },
        "default_title": "GitStats",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ]
}