GitHub Search Tool

Instant access to the GitHub search bar

Co je GitHub Search Tool?

GitHub Search Tool je rozšíření Chrome vyvinuté Paweł Urbanek, a jeho hlavní funkcí je „Instant access to the GitHub search bar“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GitHub Search Tool

Stáhněte si soubory rozšíření GitHub Search Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Extension provides access to the GitHub search bar.

Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. 

Results will display in the current tab.

If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.                    

Základní Informace o Rozšíření

Název GitHub Search Tool GitHub Search Tool
ID mppgeiejiiffmgmhllepmpjpaaffakpl
Oficiální URL https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl
Popis Instant access to the GitHub search bar
Velikost souboru 23.06 KB
Počet instalací 215
Aktuální Verze 0.2.2
Poslední Aktualizace 2013-12-02
Datum Vydání 2013-12-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Paweł Urbanek
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/pawurb/GitHubSimpleSearch
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Search Tool",
    "description": "Instant access to the GitHub search bar",
    "version": "0.2.2",
    "browser_action": {
        "default_title": "GitHub Simple Search",
        "default_popup": "search_bar.html",
        "default_icon": "images\/popup-icon.png"
    },
    "icons": {
        "128": "images\/128-icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "manifest_version": 2
}