GitHub Search Tool

Instant access to the GitHub search bar

Qu'est-ce que GitHub Search Tool ?

GitHub Search Tool est une extension Chrome développée par Paweł Urbanek, et sa fonction principale est "Instant access to the GitHub search bar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GitHub Search Tool

Téléchargez les fichiers d'extension GitHub Search Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GitHub Search Tool GitHub Search Tool
ID mppgeiejiiffmgmhllepmpjpaaffakpl
URL Officiel https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl
Description Instant access to the GitHub search bar
Taille du Fichier 23.06 KB
Nombre d'Installations 215
Version Actuelle 0.2.2
Dernière Mise à Jour 2013-12-02
Date de Publication 2013-12-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Paweł Urbanek
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pawurb/GitHubSimpleSearch
Langues Prises en Charge 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
}