Chrome Background Runner
Keep your browser open in the background for faster re-opening
Vad är Chrome Background Runner?
Chrome Background Runner är en Chrome-tillägg utvecklad av firatoz, och dess huvudfunktion är "Keep your browser open in the background for faster re-opening".
Tilläggsskärmbilder
Ladda ner Chrome Background Runner-förlängningens CRX-fil
Ladda ner Chrome Background Runner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chrome Background Runner |
ID | cfpbjggdmogjceodagocpbmikhdoaokn |
Officiell webbadress | https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn |
Beskrivning | Keep your browser open in the background for faster re-opening |
Filstorlek | 24.45 KB |
Antal Installationer | 618 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-05-19 |
Publiceringsdatum | 2022-05-18 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | firatoz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |