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คืออะไร?

background-search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://0-9.tumblr.com และคุณลักษณะหลักของมันคือ "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย background-search

ดาวน์โหลดไฟล์ส่วนขยาย background-search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ background-search background-search
ID hokopjpmeglhfjpmjboooinnmmnljcom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom
คำอธิบาย Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
ขนาดไฟล์ 8.82 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2023-02-18
วันที่เผยแพร่ 2014-01-06
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://0-9.tumblr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}