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": []
}