Better Search For Github

Save your favorite filters when searching in github repos

Qu'est-ce que Better Search For Github ?

Better Search For Github est une extension Chrome développée par Xavier Cambar, et sa fonction principale est "Save your favorite filters when searching in github repos".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better Search For Github

Téléchargez les fichiers d'extension Better Search For Github 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

                        Save your favorite Github searches with Better Search for Github.

You have many projects to manage in Github, and there are too many searches that you have to do over and over again.

With this extension, searching your issues and pull-requests in Github is much easier so that you can manage your projects more easily!                    

Informations de Base sur l'Extension

Nom Better Search For Github Better Search For Github
ID clkoiiijdjmoojmeicielppejamlbbkl
URL Officiel https://chromewebstore.google.com/detail/better-search-for-github/clkoiiijdjmoojmeicielppejamlbbkl
Description Save your favorite filters when searching in github repos
Taille du Fichier 102 KB
Nombre d'Installations 871
Version Actuelle 1.3.0
Dernière Mise à Jour 2016-06-19
Date de Publication 2016-06-19
Évaluation 4.00/5 Total 1 Évaluations
Développeur Xavier Cambar
Type de Paiement free
Site Web de l'Extension http://xcambar.github.io/github-better-filters/
URL de la Page d'Aide http://github.com/xcambar/github-better-filters/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Search For Github",
    "description": "Save your favorite filters when searching in github repos",
    "version": "1.3.0",
    "author": "Xavier Cambar ",
    "homepage_url": "https:\/\/github.com\/xcambar\/github-better-filters",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "css\/content.css",
                "css\/vendor\/animate.css"
            ],
            "js": [
                "browser.js",
                "js\/jquery.js",
                "js\/uuid.js",
                "js\/main.js"
            ],
            "matches": [
                "*:\/\/*.github.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icons\/16.png",
        "32": "img\/icons\/32.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "web_accessible_resources": []
}