Background Tab Search

Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness

What is Background Tab Search?

Background Tab Search is a Chrome extension developed by Unknown, and its main feature is "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness".

Extension Screenshots

screenshot

Download Background Tab Search Extension CRX File

Download Background Tab Search 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

                        Have you ever been doing some online research and you realize the article you're reading just brings up more questions?  Isn't it annoying to have to switch tabs/windows to do a search, then switch back to the original tab to finish reading before moving on to the new topic?

Background Tab Search lets you open a tiny pop-up, do a search, and have the results show up in a background tab!  Read away!                    

Extension Basic Information

Name Background Tab Search Background Tab Search
ID gklomnnnnjcapcllpfopcljbjmbkngpl
Official URL https://chromewebstore.google.com/detail/background-tab-search/gklomnnnnjcapcllpfopcljbjmbkngpl
Description Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness
File Size 51.17 KB
Installation Count 22
Current Version 0.0.1
Last Updated 2016-03-13
Publish Date 2016-03-13
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website http://www.bearwavetech.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Background Tab Search",
    "version": "0.0.1",
    "description": "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness",
    "author": "BearWaveTech",
    "homepage_url": "http:\/\/www.bearwavetech.com",
    "icons": {
        "128": "icon-120x120.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-toolbar.png"
    },
    "permissions": [],
    "offline_enabled": false
}