Github Omnibar
Omnibar for Github
Qu'est-ce que Github Omnibar ?
Github Omnibar est une extension Chrome développée par https://oyanglul.us, et sa fonction principale est "Omnibar for Github".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Omnibar
Téléchargez les fichiers d'extension Github Omnibar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | njccjmmakcbdpnlbodllfgiloenfpocb |
| URL Officiel | https://chromewebstore.google.com/detail/github-omnibar/njccjmmakcbdpnlbodllfgiloenfpocb |
| Description | Omnibar for Github |
| Taille du Fichier | 220 KB |
| Nombre d'Installations | 85 |
| Version Actuelle | 0.1.2 |
| Dernière Mise à Jour | 2016-03-21 |
| Date de Publication | 2016-03-21 |
| Évaluation | 5.00/5 Total 2 Évaluations |
| Développeur | https://oyanglul.us |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/jcouyang/gh-omnibar |
| Langues Prises en Charge | 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"
]
}
]
} | |