Search GitHub

A must-have DevTool that searches GitHub from your very own Chrome menu

Search GitHub क्या है?

Search GitHub Abir Bhushan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A must-have DevTool that searches GitHub from your very own Chrome menu"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Search GitHub is a Chrome extension that brings you instant access to GitHub repositories, users, code, commits, issues, marketplace, and much more. It comes with a basic, one-click repository search, along with an advanced search option that can be used to generate powerful search queries using 24 different parameters.

Feedback:
Email: [email protected]

_______________________________________________

The best place for support is not in the reviews section below, but on GitHub: 

https://github.com/abircb/search-github/issues

_______________________________________________

History:
• 1.0.6
       - More cool facts and Pro tips
• 1.0.5
       - Update Advanced Search options
       - Some performance optimisations
• 1.0.4
        - Add focus on input when the extension starts
• 1.0.3
        - Improve performance
        - Fix bugs in 1.0.2
• 1.0.2
        - Added Marketplace search
• 1.0.1
       - Supported light icon for dark themes                    

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

नाम Search GitHub Search GitHub
ID fbdfmneommmclhkndkhdagkcebgekkna
आधिकारिक URL https://chromewebstore.google.com/detail/search-github/fbdfmneommmclhkndkhdagkcebgekkna
विवरण A must-have DevTool that searches GitHub from your very own Chrome menu
फ़ाइल का आकार 20.66 KB
स्थापना संख्या 242
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2020-07-29
प्रकाशन तिथि 2020-05-08
डेवलपर Abir Bhushan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/abircb/search-github
सहायता पृष्ठ URL https://github.com/abircb/search-github/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search GitHub",
    "description": "A must-have DevTool that searches GitHub from your very own Chrome menu",
    "version": "1.0.6",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/icon16.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "48": "icons\/icon48.png",
            "16": "icons\/icon16.png"
        },
        "default_title": "Search GitHub",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'"
}