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.
拡張機能の基本情報
名前 | Auto Tab Killer |
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" ] } |