Chrome Background Runner
Keep your browser open in the background for faster re-opening
Cos'è Chrome Background Runner?
Chrome Background Runner è un'estensione di Chrome sviluppata da firatoz, e la sua funzione principale è "Keep your browser open in the background for faster re-opening".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Background Runner
Scarica i file di estensione Chrome Background Runner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chrome Background Runner |
ID | cfpbjggdmogjceodagocpbmikhdoaokn |
URL Ufficiale | https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn |
Descrizione | Keep your browser open in the background for faster re-opening |
Dimensione del File | 24.45 KB |
Conteggio Installazioni | 618 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-05-19 |
Data di Pubblicazione | 2022-05-18 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | firatoz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |