Tabs Killer
Automatically kill the oldest tabs when tabs are too many.
什麼是Tabs Killer?
Tabs Killer是由lzwjava開發的Chrome擴展程式,該擴展的主要功能是“Automatically kill the oldest tabs when tabs are too many.”。
擴展截圖
下載Tabs Killer擴展crx文件
下載Tabs Killer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Chrome plugin that automatically kill the oldest tabs when tabs are too many, goodbye messy browser forever! 一个神奇的 Chrome 插件,当打开网页过多的时候,会自动关掉最老的网页,让浏览器保持清爽! Features 1. Automatically close oldest tabs when number of tabs is more than x. 2. Can customize the x (tabs maximum) 3. Can lock some pattern url, so tabs matched the pattern will not be closed even when there are too much tabs. 特性 1. 会自动关掉最老的网页,当打开的网页超过一定数量的时候。 2. 可以设置最大的标签数量。 3. 可以设置锁定规则,使得满足这个规则的网页不被关闭。
擴展基本資訊
名稱 | Tabs Killer |
ID | hgmdeeoighmhomddlghfjcidkdcpbllf |
官方網址 | https://chromewebstore.google.com/detail/tabs-killer/hgmdeeoighmhomddlghfjcidkdcpbllf |
簡介 | Automatically kill the oldest tabs when tabs are too many. |
檔案大小 | 170 KB |
安裝次數 | 51 |
目前版本 | 1.1 |
更新時間 | 2016-01-14 |
上架時間 | 2016-01-14 |
評分 | 5.00/5 共 2 次評分 |
開發者 | lzwjava |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Killer", "description": "Automatically kill the oldest tabs when tabs are too many.", "version": "1.1", "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |