Chrome In the Background

Zero Code, Only one thing, let your chrome running in background

Что такое Chrome In the Background?

Chrome In the Background - это расширение Chrome, разработанное 4bw_fdx, и его основная функция - "Zero Code, Only one thing, let your chrome running in background".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Chrome In the Background

Скачайте файлы расширений Chrome In the Background в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        You may want to run Chrome in background for quick restart, but if there is no extension have background permission, Chrome will quit totally if last tab is closed. 

This extension does only one thing that makes Chrome running in the background.                    

Основная информация о расширении

Название Chrome In the Background Chrome In the Background
ID dgddokplpdbcnjhmgeghjandkglebglc
Официальный URL https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc
Описание Zero Code, Only one thing, let your chrome running in background
Размер файла 2.63 KB
Количество установок 66
Текущая Версия 1.0.3
Последнее Обновление 2023-05-08
Дата публикации 2015-12-29
Рейтинг 5.00/5 Всего 3 оценок
Разработчик 4bw_fdx
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome In the Background",
    "version": "1.0.3",
    "description": "Zero Code, Only one thing, let your chrome running in background",
    "permissions": [
        "background"
    ],
    "background": {
        "persistence": true
    }
}