Better Search For Github

Save your favorite filters when searching in github repos

什么是Better Search For Github?

Better Search For Github是由Xavier Cambar开发的Chrome扩展程序,该扩展的主要功能是“Save your favorite filters when searching in github repos”。

扩展截图

screenshot

下载Better Search For Github扩展crx文件

下载Better Search For Github扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Better Search For Github Better Search For Github
ID clkoiiijdjmoojmeicielppejamlbbkl
官方URL https://chromewebstore.google.com/detail/better-search-for-github/clkoiiijdjmoojmeicielppejamlbbkl
简介 Save your favorite filters when searching in github repos
文件大小 102 KB
安装次数 871
当前版本 1.3.0
更新时间 2016-06-19
上架时间 2016-06-19
评分 4.00/5 共1次评分
开发者 Xavier Cambar
付费类型 free
扩展官网 http://xcambar.github.io/github-better-filters/
帮助页面URL http://github.com/xcambar/github-better-filters/issues
支持的语言 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": []
}