Better Search For Github

Save your favorite filters when searching in github repos

What is Better Search For Github?

Better Search For Github is a Chrome extension developed by Xavier Cambar, and its main feature is "Save your favorite filters when searching in github repos".

Extension Screenshots

screenshot

Download Better Search For Github Extension CRX File

Download Better Search For Github extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Better Search For Github Better Search For Github
ID clkoiiijdjmoojmeicielppejamlbbkl
Official URL https://chromewebstore.google.com/detail/better-search-for-github/clkoiiijdjmoojmeicielppejamlbbkl
Description Save your favorite filters when searching in github repos
File Size 102 KB
Installation Count 871
Current Version 1.3.0
Last Updated 2016-06-19
Publish Date 2016-06-19
Rating 4.00/5 Total 1 Ratings
Developer Xavier Cambar
Payment Type free
Extension Website http://xcambar.github.io/github-better-filters/
Help Page URL http://github.com/xcambar/github-better-filters/issues
Supported Languages 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": []
}