Search GitHub

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

Τι είναι το Search GitHub;

Το Search GitHub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abir Bhushan, και η κύρια λειτουργία του είναι "A must-have DevTool that searches GitHub from your very own Chrome menu".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search GitHub

Λήψη αρχείων επέκτασης Search GitHub σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}