Background Process
Enable Google chrome to run in the background
什么是Background Process?
Background Process是由mrzhiin开发的Chrome扩展程序,该扩展的主要功能是“Enable Google chrome to run in the background”。
下载Background Process扩展crx文件
下载Background Process扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | alobgnedpnalbocldljnakbbaemakhih |
| 官方URL | https://chromewebstore.google.com/detail/background-process/alobgnedpnalbocldljnakbbaemakhih |
| 简介 | Enable Google chrome to run in the background |
| 文件大小 | 10.95 KB |
| 安装次数 | 515 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2017-09-11 |
| 上架时间 | 2017-09-10 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | mrzhiin |
| 付费类型 | free |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "en",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "1.0.1",
"icons": {
"16": "icon\/icon16.png",
"32": "icon\/icon32.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"permissions": [
"background"
]
} | |