Search in background tab
Opens the "Search google for" search in a background tab.
Search in background tab là gì?
Search in background tab là một tiện ích mở rộng Chrome được phát triển bởi Pitmairen, và tính năng chính của nó là "Opens the "Search google for" search in a background tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search in background tab
Tải xuống các tệp mở rộng Search in background tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search in background tab |
ID | fikfhablannhlgejpiklhbkonjkakodf |
URL Chính Thức | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
Mô tả | Opens the "Search google for" search in a background tab. |
Kích Thước Tệp | 10.44 KB |
Số Lần Cài Đặt | 674 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2023-12-24 |
Ngày Phát Hành | 2013-03-03 |
Đánh Giá | 4.11/5 Tổng số 64 Đánh Giá |
Nhà Phát Triển | Pitmairen |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Pitmairen/search-in-background-tab |
URL Trang Trợ Giúp | https://github.com/Pitmairen/search-in-background-tab/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |