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
擴展基本資訊
名稱 | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
官方網址 | 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" } |