Chrome Background Runner
Keep your browser open in the background for faster re-opening
什麼是Chrome Background Runner?
Chrome Background Runner是由firatoz開發的Chrome擴展程式,該擴展的主要功能是“Keep your browser open in the background for faster re-opening”。
擴展截圖
下載Chrome Background Runner擴展crx文件
下載Chrome Background Runner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Chrome Background Runner |
ID | cfpbjggdmogjceodagocpbmikhdoaokn |
官方網址 | https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn |
簡介 | Keep your browser open in the background for faster re-opening |
檔案大小 | 24.45 KB |
安裝次數 | 618 |
目前版本 | 0.0.1 |
更新時間 | 2022-05-19 |
上架時間 | 2022-05-18 |
評分 | 5.00/5 共 7 次評分 |
開發者 | firatoz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |