Background Tab Search

Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness

Background Tab Searchคืออะไร?

Background Tab Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Background Tab Search

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

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

                        Have you ever been doing some online research and you realize the article you're reading just brings up more questions?  Isn't it annoying to have to switch tabs/windows to do a search, then switch back to the original tab to finish reading before moving on to the new topic?

Background Tab Search lets you open a tiny pop-up, do a search, and have the results show up in a background tab!  Read away!                    

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

ชื่อ Background Tab Search Background Tab Search
ID gklomnnnnjcapcllpfopcljbjmbkngpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/background-tab-search/gklomnnnnjcapcllpfopcljbjmbkngpl
คำอธิบาย Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness
ขนาดไฟล์ 51.17 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-03-13
วันที่เผยแพร่ 2016-03-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.bearwavetech.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Background Tab Search",
    "version": "0.0.1",
    "description": "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness",
    "author": "BearWaveTech",
    "homepage_url": "http:\/\/www.bearwavetech.com",
    "icons": {
        "128": "icon-120x120.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-toolbar.png"
    },
    "permissions": [],
    "offline_enabled": false
}