Search in background tab
Opens the "Search google for" search in a background tab.
什么是Search in background tab?
Search in background tab是由Pitmairen开发的Chrome扩展程序,该扩展的主要功能是“Opens the "Search google for" search in a background tab.”。
扩展截图
下载Search in background tab扩展crx文件
下载Search in background tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground. It should now work for latest versions of Chrome. ### Important ### If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7. You find the options page at this url: chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html ############ Changelog: 0.0.7: - Update to manifest version 3 - Fix to make the extension work with the latest version of Chrome. 0.0.6: -Update to manifest version 2 -Small change to default regexp 0.0.5: -fix gcx for parameter
扩展基本信息
名称 | |
ID | fikfhablannhlgejpiklhbkonjkakodf |
官方URL | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
简介 | Opens the "Search google for" search in a background tab. |
文件大小 | 10.44 KB |
安装次数 | 674 |
当前版本 | 0.0.7 |
更新时间 | 2023-12-24 |
上架时间 | 2013-03-03 |
评分 | 4.11/5 共64次评分 |
开发者 | Pitmairen |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Pitmairen/search-in-background-tab |
帮助页面URL | https://github.com/Pitmairen/search-in-background-tab/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search in background tab", "version": "0.0.7", "manifest_version": 3, "description": "Opens the \"Search google for\" search in a background tab.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "options_page": "options.html" } |