GitHubber

Detailed View of Github Profile Search Results

GitHubber क्या है?

GitHubber Andre Bradshaw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detailed View of Github Profile Search Results"।

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

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

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

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

                        This tool dives into Github profiles and returns condensed and summarized information within your Github Search results.

The script looks up every repository, so it can hang up for a few seconds on profiles which have a large amount of repositories listed. 

Githubber is a simple client side script. This script saves no information about users or their browsing habits and only grants permissions to read information from github.com.

Updates: 
5 Oct 2019: 
bug fix: DOM changes in Github. Please report if you are still experiencing issues.
feature add: quick user search                    

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

नाम GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
आधिकारिक URL https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
विवरण Detailed View of Github Profile Search Results
फ़ाइल का आकार 17.8 KB
स्थापना संख्या 800
वर्तमान संस्करण 0.113
अंतिम अपडेट 2019-10-05
प्रकाशन तिथि 2019-10-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Andre Bradshaw
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHubber",
    "version": "0.113",
    "description": "Detailed View of Github Profile Search Results",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/search*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}