Run In Background

Run Chrome in the background continuously.

Run In Backgroundとは何ですか?

Run In Backgroundはmusicianathomeによって開発されたChromeの拡張機能で、その主な機能は「Run Chrome in the background continuously.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Run In Background Run In Background
ID jdfdkceoilmabghbaihnenfeiahjjach
公式URL 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
Eメール [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": []
}