Background Tab Search
Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness
什麼是Background Tab Search?
Background Tab Search是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness”。
擴展截圖
下載Background Tab Search擴展crx文件
下載Background Tab Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Background Tab Search |
ID | gklomnnnnjcapcllpfopcljbjmbkngpl |
官方網址 | https://chromewebstore.google.com/detail/background-tab-search/gklomnnnnjcapcllpfopcljbjmbkngpl |
簡介 | Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness |
檔案大小 | 51.17 KB |
安裝次數 | 22 |
目前版本 | 0.0.1 |
更新時間 | 2016-03-13 |
上架時間 | 2016-03-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | http://www.bearwavetech.com |
支援的語言 | 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 } |