Auto Tab Killer
Automatically closes idle tabs when system memory is low
什麼是Auto Tab Killer?
Auto Tab Killer是由tylercd100開發的Chrome擴展程式,該擴展的主要功能是“Automatically closes idle tabs when system memory is low”。
擴展截圖
下載Auto Tab Killer擴展crx文件
下載Auto Tab Killer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | pbhlehpofdimaamfbdemomgnjflpmacf | 
| 官方網址 | https://chromewebstore.google.com/detail/auto-tab-killer/pbhlehpofdimaamfbdemomgnjflpmacf | 
| 簡介 | Automatically closes idle tabs when system memory is low | 
| 檔案大小 | 101 KB | 
| 安裝次數 | 324 | 
| 目前版本 | 1.1.0 | 
| 更新時間 | 2015-12-28 | 
| 上架時間 | 2015-12-27 | 
| 評分 | 4.00/5 共 4 次評分 | 
| 開發者 | tylercd100 | 
| 付費類型 | free | 
| 支援的語言 | 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"
    ]
}  |  |