Chrome In the Background
Zero Code, Only one thing, let your chrome running in background
Co to jest Chrome In the Background?
Chrome In the Background to rozszerzenie Chrome opracowane przez 4bw_fdx, a jego główną funkcją jest „Zero Code, Only one thing, let your chrome running in background”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chrome In the Background
Pobierz pliki rozszerzeń Chrome In the Background w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dgddokplpdbcnjhmgeghjandkglebglc |
Oficjalny URL | https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc |
Opis | Zero Code, Only one thing, let your chrome running in background |
Rozmiar pliku | 2.63 KB |
Liczba instalacji | 66 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2023-05-08 |
Data Publikacji | 2015-12-29 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | 4bw_fdx |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |