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"
}