!bang
!bang extention. a quick and geeky search engine.
Cos'è !bang?
!bang è un'estensione di Chrome sviluppata da fernando.iazeolla, e la sua funzione principale è "!bang extention. a quick and geeky search engine.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione !bang
Scarica i file di estensione !bang 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
fast and geeky search engine selector.
add !bang (as duckduckgo) into chrome omnibox .
examples
# !g foor bar(search "foo bar" in google)
# !wit foor bar(search "foo bar" in italian wikipedia) Informazioni di Base sull'Estensione
| Nome | |
| ID | igohlmcnpgimdnkkagjjigihnmgeemkj |
| URL Ufficiale | https://chromewebstore.google.com/detail/bang/igohlmcnpgimdnkkagjjigihnmgeemkj |
| Descrizione | !bang extention. a quick and geeky search engine. |
| Dimensione del File | 304 KB |
| Conteggio Installazioni | 83 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2014-11-24 |
| Data di Pubblicazione | 2014-11-24 |
| Valutazione | 2.00/5 Totale 1 Valutazioni |
| Sviluppatore | fernando.iazeolla |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/elboza/bang-chrome-extension |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "!bang",
"version": "0.1",
"description": "!bang extention. a quick and geeky search engine.",
"author": "Fernando Iazeolla",
"browser_action": {
"default_icon": "icon.png",
"default_title": "!bang",
"default_popup": "pp.html"
},
"background": {
"scripts": [
"bg.js"
]
},
"icons": {
"256": "icon.png"
},
"omnibox": {
"keyword": "#"
},
"permissions": [
"tabs"
],
"manifest_version": 2
} | |