Better Search For Github

Save your favorite filters when searching in github repos

Vad är Better Search For Github?

Better Search For Github är en Chrome-tillägg utvecklad av Xavier Cambar, och dess huvudfunktion är "Save your favorite filters when searching in github repos".

Tilläggsskärmbilder

screenshot

Ladda ner Better Search For Github-förlängningens CRX-fil

Ladda ner Better Search For Github-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Better Search For Github Better Search For Github
ID clkoiiijdjmoojmeicielppejamlbbkl
Officiell webbadress https://chromewebstore.google.com/detail/better-search-for-github/clkoiiijdjmoojmeicielppejamlbbkl
Beskrivning Save your favorite filters when searching in github repos
Filstorlek 102 KB
Antal Installationer 871
Aktuell Version 1.3.0
Senast Uppdaterad 2016-06-19
Publiceringsdatum 2016-06-19
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare Xavier Cambar
Betalningssätt free
Tilläggswebbplats http://xcambar.github.io/github-better-filters/
Hjälpsida URL http://github.com/xcambar/github-better-filters/issues
Stödda Språk 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": []
}