Fauxbar Memory Helper

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

Fauxbar Memory Helper là gì?

Fauxbar Memory Helper là một tiện ích mở rộng Chrome được phát triển bởi Chris McFarland, và tính năng chính của nó là "Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fauxbar Memory Helper

Tải xuống các tệp mở rộng Fauxbar Memory Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fauxbar Memory Helper Fauxbar Memory Helper
ID domhiadbdhomljcdankobiglghedagkm
URL Chính Thức https://chrome.google.com/webstore/detail/fauxbar-memory-helper/domhiadbdhomljcdankobiglghedagkm
Mô tả Reloads Fauxbar (or Fauxbar Lite) when your computer has been idle for 10 minutes, to minimize memory usage.
Kích Thước Tệp 20.05 KB
Số Lần Cài Đặt 412
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-06-13
Ngày Phát Hành 2019-06-06
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Chris McFarland
Trang Web Mở Rộng https://github.com/ChrisNZL/Fauxbar
URL Trang Trợ Giúp https://github.com/ChrisNZL/Fauxbar/wiki
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}