Run In Background
Run Chrome in the background continuously.
什么是Run In Background?
Run In Background是由musicianathome开发的Chrome扩展程序,该扩展的主要功能是“Run Chrome in the background continuously.”。
扩展截图
下载Run In Background扩展crx文件
下载Run In Background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension simply keeps Chrome running in the background, so that push notifications can be received while the browser is closed. 扩展基本信息
| 名称 | |
| ID | jdfdkceoilmabghbaihnenfeiahjjach |
| 官方URL | https://chromewebstore.google.com/detail/run-in-background/jdfdkceoilmabghbaihnenfeiahjjach |
| 简介 | Run Chrome in the background continuously. |
| 文件大小 | 7.3 KB |
| 安装次数 | 706 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2021-10-17 |
| 上架时间 | 2021-10-06 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | musicianathome |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.1.0",
"name": "Run In Background",
"description": "Run Chrome in the background continuously.",
"permissions": [
"background"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon.png"
},
"action": []
} | |