Github Omnibar
Omnibar for Github
What is Github Omnibar?
Github Omnibar is a Chrome extension developed by https://oyanglul.us, and its main feature is "Omnibar for Github".
Extension Screenshots
Download Github Omnibar Extension CRX File
Download Github Omnibar 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
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
Extension Basic Information
Name | Github Omnibar |
ID | njccjmmakcbdpnlbodllfgiloenfpocb |
Official URL | https://chromewebstore.google.com/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb |
Description | Omnibar for Github |
File Size | 220 KB |
Installation Count | 85 |
Current Version | 0.1.2 |
Last Updated | 2016-03-21 |
Publish Date | 2016-03-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://oyanglul.us |
Payment Type | free |
Extension Website | https://github.com/jcouyang/gh-omnibar |
Supported Languages | 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" ] } ] } |