Auto Tab Killer

Automatically closes idle tabs when system memory is low

Auto Tab Killer là gì?

Auto Tab Killer là một tiện ích mở rộng Chrome được phát triển bởi tylercd100, và tính năng chính của nó là "Automatically closes idle tabs when system memory is low".

Ả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 Auto Tab Killer

Tải xuống các tệp mở rộng Auto Tab Killer 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

                        Automatically closes idle tabs when system memory drops below your specified limit.

Caution: This extension will close tabs when you're not looking! 

Note: You can disable/enable Auto Tab Killer easily by clicking on the icon.

Auto Tab Killer is very simple to setup however you please!

Version 1.1.0
-Does not kill tabs when system is idle/locked.                    

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

Tên Auto Tab Killer Auto Tab Killer
ID pbhlehpofdimaamfbdemomgnjflpmacf
URL Chính Thức https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf
Mô tả Automatically closes idle tabs when system memory is low
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 324
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2015-12-28
Ngày Phát Hành 2015-12-27
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển tylercd100
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Tyler Arbon @tylercd100",
    "name": "Auto Tab Killer",
    "description": "Automatically closes idle tabs when system memory is low",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": "icon_19.png"
    },
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "libs\/moment.min.js",
            "libs\/lodash.js",
            "libs\/functions.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "permissions": [
        "idle",
        "system.memory",
        "storage",
        "background"
    ]
}