!bang

!bang extention. a quick and geeky search engine.

What is !bang?

!bang is a Chrome extension developed by fernando.iazeolla, and its main feature is "!bang extention. a quick and geeky search engine.".

Extension Screenshots

screenshot

Download !bang Extension CRX File

Download !bang extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name !bang !bang
ID igohlmcnpgimdnkkagjjigihnmgeemkj
Official URL https://chromewebstore.google.com/detail/bang/igohlmcnpgimdnkkagjjigihnmgeemkj
Description !bang extention. a quick and geeky search engine.
File Size 304 KB
Installation Count 83
Current Version 0.1
Last Updated 2014-11-24
Publish Date 2014-11-24
Rating 2.00/5 Total 1 Ratings
Developer fernando.iazeolla
Payment Type free
Extension Website https://github.com/elboza/bang-chrome-extension
Supported Languages 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
}