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 |
| 官方網址 | 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": []
} | |