Search in background tab

Opens the "Search google for" search in a background tab.

Search in background tabคืออะไร?

Search in background tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pitmairen และคุณลักษณะหลักของมันคือ "Opens the "Search google for" search in a background tab."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search in background tab

ดาวน์โหลดไฟล์ส่วนขยาย 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 Search in background tab
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"
}