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 |
| 官方URL | 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"
]
} | |