Chrome In the Background
Zero Code, Only one thing, let your chrome running in background
Chrome In the Backgroundとは何ですか?
Chrome In the Backgroundは4bw_fdxによって開発されたChromeの拡張機能で、その主な機能は「Zero Code, Only one thing, let your chrome running in background」です。
拡張機能のスクリーンショット
Chrome In the Background拡張機能のCRXファイルをダウンロード
Chrome In the Background拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You may want to run Chrome in background for quick restart, but if there is no extension have background permission, Chrome will quit totally if last tab is closed. This extension does only one thing that makes Chrome running in the background.
拡張機能の基本情報
名前 | |
ID | dgddokplpdbcnjhmgeghjandkglebglc |
公式URL | https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc |
説明 | Zero Code, Only one thing, let your chrome running in background |
ファイルサイズ | 2.63 KB |
インストール数 | 66 |
現在のバージョン | 1.0.3 |
最終更新日 | 2023-05-08 |
公開日 | 2015-12-29 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | 4bw_fdx |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome In the Background", "version": "1.0.3", "description": "Zero Code, Only one thing, let your chrome running in background", "permissions": [ "background" ], "background": { "persistence": true } } |