Github Omnibar
Omnibar for Github
Wat is Github Omnibar?
Github Omnibar is een Chrome-extensie ontwikkeld door https://oyanglul.us, en de belangrijkste functie is "Omnibar for Github".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Omnibar
Download Github Omnibar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | njccjmmakcbdpnlbodllfgiloenfpocb |
| Officiële URL | https://chromewebstore.google.com/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb |
| Beschrijving | Omnibar for Github |
| Bestandsgrootte | 220 KB |
| Aantal Installaties | 85 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2016-03-21 |
| Publicatiedatum | 2016-03-21 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://oyanglul.us |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jcouyang/gh-omnibar |
| Ondersteunde Talen | 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"
]
}
]
} | |