Chrome In the Background
Zero Code, Only one thing, let your chrome running in background
什么是Chrome In the Background?
Chrome In the Background是由4bw_fdx开发的Chrome扩展程序,该扩展的主要功能是“Zero Code, Only one thing, let your chrome running in background”。
扩展截图
下载Chrome In the Background扩展crx文件
下载Chrome In the Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | dgddokplpdbcnjhmgeghjandkglebglc |
官方URL | https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc |
简介 | Zero Code, Only one thing, let your chrome running in background |
文件大小 | 2.63 KB |
安装次数 | 66 |
当前版本 | 1.0.3 |
更新时间 | 2023-05-08 |
上架时间 | 2015-12-29 |
评分 | 5.00/5 共3次评分 |
开发者 | 4bw_fdx |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } } |