!bang
!bang extention. a quick and geeky search engine.
Wat is !bang?
!bang is een Chrome-extensie ontwikkeld door fernando.iazeolla, en de belangrijkste functie is "!bang extention. a quick and geeky search engine.".
Extensie Screenshots
Download het CRX-bestand van de extensie !bang
Download !bang-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
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)
Basisinformatie over de Extensie
Naam | !bang |
ID | igohlmcnpgimdnkkagjjigihnmgeemkj |
Officiële URL | https://chromewebstore.google.com/detail/bang/igohlmcnpgimdnkkagjjigihnmgeemkj |
Beschrijving | !bang extention. a quick and geeky search engine. |
Bestandsgrootte | 304 KB |
Aantal Installaties | 83 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-11-24 |
Publicatiedatum | 2014-11-24 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | fernando.iazeolla |
Betalingswijze | free |
Extensiewebsite | https://github.com/elboza/bang-chrome-extension |
Ondersteunde Talen | 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 } |