Run In Background
Run Chrome in the background continuously.
Co to jest Run In Background?
Run In Background to rozszerzenie Chrome opracowane przez musicianathome, a jego główną funkcją jest „Run Chrome in the background continuously.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Run In Background
Pobierz pliki rozszerzeń Run In 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
This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed.
Podstawowe informacje o rozszerzeniu
Nazwa | Run In Background |
ID | jdfdkceoilmabghbaihnenfeiahjjach |
Oficjalny URL | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
Opis | Run Chrome in the background continuously. |
Rozmiar pliku | 7.3 KB |
Liczba instalacji | 706 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2021-10-17 |
Data Publikacji | 2021-10-06 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | musicianathome |
[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, "version": "0.1.0", "name": "Run In Background", "description": "Run Chrome in the background continuously.", "permissions": [ "background" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "action": [] } |