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"
    }
}