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 |
官方URL | 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" } } |