Background Tab Search

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

Qu'est-ce que Background Tab Search ?

Background Tab Search est une extension Chrome développée par Unknown, et sa fonction principale est "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Background Tab Search

Téléchargez les fichiers d'extension Background Tab Search 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

                        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!                    

Informations de Base sur l'Extension

Nom Background Tab Search Background Tab Search
ID gklomnnnnjcapcllpfopcljbjmbkngpl
URL Officiel 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
Taille du Fichier 51.17 KB
Nombre d'Installations 22
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-03-13
Date de Publication 2016-03-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://www.bearwavetech.com
Langues Prises en Charge 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
}