Chrome Background Runner
Keep your browser open in the background for faster re-opening
Что такое Chrome Background Runner?
Chrome Background Runner - это расширение Chrome, разработанное firatoz, и его основная функция - "Keep your browser open in the background for faster re-opening".
Снимки экрана расширения
Скачать файл CRX расширения Chrome Background Runner
Скачайте файлы расширений Chrome Background Runner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension simply keeps Chrome running in the background. This extension literally has no way to access any of your personal data anywhere while you're browsing, its only purpose is to let you keep Chrome in the background. Keeps a background process open. This extension doesn't actually do anything. It merely allows you to keep Chrome running in the background even when you close all of the Chrome windows. Chrome starts faster when it is already running in the background. Note: Make sure that you have the Chrome "Continue running background apps when Google Chrome is closed" option set on.
Основная информация о расширении
Название | Chrome Background Runner |
ID | cfpbjggdmogjceodagocpbmikhdoaokn |
Официальный URL | https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn |
Описание | Keep your browser open in the background for faster re-opening |
Размер файла | 24.45 KB |
Количество установок | 618 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2022-05-19 |
Дата публикации | 2022-05-18 |
Рейтинг | 5.00/5 Всего 7 оценок |
Разработчик | firatoz |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Background Runner", "version": "0.0.1", "manifest_version": 3, "description": "Keep your browser open in the background for faster re-opening", "permissions": [ "background" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |