Chrome In the Background
Zero Code, Only one thing, let your chrome running in background
Wat is Chrome In the Background?
Chrome In the Background is een Chrome-extensie ontwikkeld door 4bw_fdx, en de belangrijkste functie is "Zero Code, Only one thing, let your chrome running in background".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome In the Background
Download Chrome In the Background-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dgddokplpdbcnjhmgeghjandkglebglc |
Officiële URL | https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc |
Beschrijving | Zero Code, Only one thing, let your chrome running in background |
Bestandsgrootte | 2.63 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-05-08 |
Publicatiedatum | 2015-12-29 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | 4bw_fdx |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |