Chrome Background Runner
Keep your browser open in the background for faster re-opening
Chrome Background Runnerとは何ですか?
Chrome Background Runnerはfiratozによって開発されたChromeの拡張機能で、その主な機能は「Keep your browser open in the background for faster re-opening」です。
拡張機能のスクリーンショット
Chrome Background Runner拡張機能のCRXファイルをダウンロード
Chrome Background Runner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension simply keeps Chrome running in the background. This extension literally has no way to access any of your personal data anywhere while you're browsing, its only purpose is to let you keep Chrome in the background. Keeps a background process open. This extension doesn't actually do anything. It merely allows you to keep Chrome running in the background even when you close all of the Chrome windows. Chrome starts faster when it is already running in the background. Note: Make sure that you have the Chrome "Continue running background apps when Google Chrome is closed" option set on.
拡張機能の基本情報
名前 | Chrome Background Runner |
ID | cfpbjggdmogjceodagocpbmikhdoaokn |
公式URL | https://chromewebstore.google.com/detail/chrome-background-runner/cfpbjggdmogjceodagocpbmikhdoaokn |
説明 | Keep your browser open in the background for faster re-opening |
ファイルサイズ | 24.45 KB |
インストール数 | 618 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-05-19 |
公開日 | 2022-05-18 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | firatoz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Background Runner", "version": "0.0.1", "manifest_version": 3, "description": "Keep your browser open in the background for faster re-opening", "permissions": [ "background" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |