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