Background Tab Search
Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness
Co to jest Background Tab Search?
Background Tab Search to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Background Tab Search
Pobierz pliki rozszerzeń Background Tab Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Background Tab Search |
ID | gklomnnnnjcapcllpfopcljbjmbkngpl |
Oficjalny URL | https://chromewebstore.google.com/detail/background-tab-search/gklomnnnnjcapcllpfopcljbjmbkngpl |
Opis | Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness |
Rozmiar pliku | 51.17 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2016-03-13 |
Data Publikacji | 2016-03-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | http://www.bearwavetech.com |
Obsługiwane Języki | 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 } |