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拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Background Process |
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" ] } |