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! 扩展基本信息
| 名称 | |
| ID | gklomnnnnjcapcllpfopcljbjmbkngpl |
| 官方URL | 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
} | |