Fauxbar Memory Helper

Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.

Fauxbar Memory Helperとは何ですか?

Fauxbar Memory HelperはChris McFarlandによって開発されたChromeの拡張機能で、その主な機能は「Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.」です。

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

screenshot
screenshot

Fauxbar Memory Helper拡張機能のCRXファイルをダウンロード

Fauxbar Memory Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fauxbar Memory Helper ensures Fauxbar (or Fauxbar Lite) keeps running smoothly.

If you usually have Chrome open for extended periods of time, Fauxbar's memory usage may start to get a little bit on the high side after a while.

To counter this, Fauxbar Memory Helper disables and re-enables Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, effectively resetting Fauxbar's memory usage. But this only occurs when no Fauxbar tabs are open, meaning your Fauxbar experience does not get interrupted.

Fauxbar is available here:
https://chrome.google.com/webstore/detail/hibkhcnpkakjniplpfblaoikiggkopka

Fauxbar Lite is available here:
https://chrome.google.com/webstore/detail/bfimmnpbjccjihohjkimphfmmebffbmk                    

拡張機能の基本情報

名前 Fauxbar Memory Helper Fauxbar Memory Helper
ID domhiadbdhomljcdankobiglghedagkm
公式URL https://chrome.google.com/webstore/detail/fauxbar-memory-helper/domhiadbdhomljcdankobiglghedagkm
説明 Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.
ファイルサイズ 20.05 KB
インストール数 412
現在のバージョン 1.0.2
最終更新日 2019-06-13
公開日 2019-06-06
評価 4.58/5 合計 12 レビュー
開発者 Chris McFarland
拡張機能のウェブサイト https://github.com/ChrisNZL/Fauxbar
ヘルプページのURL https://github.com/ChrisNZL/Fauxbar/wiki
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fauxbar Memory Helper",
    "version": "1.0.2",
    "description": "Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.",
    "manifest_version": 2,
    "minimum_chrome_version": "19",
    "background": {
        "scripts": [
            "helper.js"
        ]
    },
    "permissions": [
        "management",
        "idle"
    ],
    "icons": {
        "48": "fauxbarhelper48.png",
        "128": "fauxbarhelper128.png"
    }
}