background-search

Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…

background-search là gì?

background-search là một tiện ích mở rộng Chrome được phát triển bởi https://0-9.tumblr.com, và tính năng chính của nó là "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng background-search

Tải xuống các tệp mở rộng background-search 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

                        Search for selected messages in background tabs.

Chrome's context menu shifts focus to a new tab.

This extension allows you to keep tabs in the background.

see source.
https://github.com/kyo-ago/background-search                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên background-search background-search
ID hokopjpmeglhfjpmjboooinnmmnljcom
URL Chính Thức https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom
Mô tả Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Kích Thước Tệp 8.82 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2023-02-18
Ngày Phát Hành 2014-01-06
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://0-9.tumblr.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "background-search",
    "version": "0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "options_ui": {
        "page": ".\/src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}