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 là gì?

Background Tab Search là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Background Tab Search

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

                        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!                    

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

Tên Background Tab Search Background Tab Search
ID gklomnnnnjcapcllpfopcljbjmbkngpl
URL Chính Thức https://chromewebstore.google.com/detail/background-tab-search/gklomnnnnjcapcllpfopcljbjmbkngpl
Mô tả Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness
Kích Thước Tệp 51.17 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-03-13
Ngày Phát Hành 2016-03-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://www.bearwavetech.com
Ngôn Ngữ Được Hỗ Trợ 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
}