Git Search

GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!

Git Search क्या है?

Git Search Georg Kunz · @geku द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!"।

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

screenshot

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

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

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

                        Get quick access to the most important pages of your GitHub Account: type "gh" into the input field followed by the name of a repository or user. Select the desired repository or user with the cursor and hit enter. Git Search brings you directly to the page without long typing.

Examples:
git 
git  pulls
git  issues
git  
git 
git 
git 


Git Search implements a subset of the GitHub CommandBar commands on their page (https://github.com/blog/1264-introducing-the-command-bar).

Git Search is not affiliated with GitHub.                    

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

नाम Git Search Git Search
ID cagcemjohhdepmbdngeehkmidlfmgmnn
आधिकारिक URL https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn
विवरण GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!
फ़ाइल का आकार 54.12 KB
स्थापना संख्या 312
वर्तमान संस्करण 1.0
अंतिम अपडेट 2012-09-18
प्रकाशन तिथि 2012-09-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Georg Kunz · @geku
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Search",
    "description": "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!",
    "version": "1.0",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "omnibox": {
        "keyword": "gh"
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/"
    ],
    "manifest_version": 2
}