Github Omnibar
Omnibar for Github
Cos'è Github Omnibar?
Github Omnibar è un'estensione di Chrome sviluppata da https://oyanglul.us, e la sua funzione principale è "Omnibar for Github".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Omnibar
Scarica i file di estensione Github Omnibar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | njccjmmakcbdpnlbodllfgiloenfpocb |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb |
| Descrizione | Omnibar for Github |
| Dimensione del File | 220 KB |
| Conteggio Installazioni | 85 |
| Versione Corrente | 0.1.2 |
| Ultimo Aggiornamento | 2016-03-21 |
| Data di Pubblicazione | 2016-03-21 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://oyanglul.us |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jcouyang/gh-omnibar |
| Lingue Supportate | 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"
]
}
]
} | |