Background Tab Search
Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness
Wat is Background Tab Search?
Background Tab Search is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness".
Extensie Screenshots
Download het CRX-bestand van de extensie Background Tab Search
Download Background Tab Search-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
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!
Basisinformatie over de Extensie
Naam | Background Tab Search |
ID | gklomnnnnjcapcllpfopcljbjmbkngpl |
Officiële URL | https://chromewebstore.google.com/detail/background-tab-search/gklomnnnnjcapcllpfopcljbjmbkngpl |
Beschrijving | Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness |
Bestandsgrootte | 51.17 KB |
Aantal Installaties | 22 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-03-13 |
Publicatiedatum | 2016-03-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | http://www.bearwavetech.com |
Ondersteunde Talen | 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 } |