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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quickly do a search that opens results in a background tab!! Bind to a hotkey for even more usefulness」です。

拡張機能のスクリーンショット

screenshot

Background Tab Search拡張機能のCRXファイルをダウンロード

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
}