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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}