Github Omnibar

Omnibar for Github

Github Omnibarとは何ですか?

Github Omnibarはhttps://oyanglul.usによって開発されたChromeの拡張機能で、その主な機能は「Omnibar for Github」です。

拡張機能のスクリーンショット

screenshot

Github Omnibar拡張機能のCRXファイルをダウンロード

Github Omnibar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Dear Github

github.com deserve a omnibar, so I make you one, just like the the thing when you press "." on bitbucket.org

please install me and try press "p"

you're welcome                    

拡張機能の基本情報

名前 Github Omnibar Github Omnibar
ID njccjmmakcbdpnlbodllfgiloenfpocb
公式URL https://chromewebstore.google.com/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb
説明 Omnibar for Github
ファイルサイズ 220 KB
インストール数 85
現在のバージョン 0.1.2
最終更新日 2016-03-21
公開日 2016-03-21
評価 5.00/5 合計 2 レビュー
開発者 https://oyanglul.us
支払い方法 free
拡張機能のウェブサイト https://github.com/jcouyang/gh-omnibar
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Omnibar",
    "version": "0.1.2",
    "description": "Omnibar for Github",
    "author": "Ouyang Jichao",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/string_score.js",
                "js\/app.js"
            ],
            "css": [
                "css\/site.css"
            ]
        }
    ]
}