Tabs Killer
Automatically kill the oldest tabs when tabs are too many.
Qu'est-ce que Tabs Killer ?
Tabs Killer est une extension Chrome développée par lzwjava, et sa fonction principale est "Automatically kill the oldest tabs when tabs are too many.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabs Killer
Téléchargez les fichiers d'extension Tabs Killer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. 可以设置锁定规则,使得满足这个规则的网页不被关闭。
Informations de Base sur l'Extension
Nom | Tabs Killer |
ID | hgmdeeoighmhomddlghfjcidkdcpbllf |
URL Officiel | https://chromewebstore.google.com/detail/tabs-killer/hgmdeeoighmhomddlghfjcidkdcpbllf |
Description | Automatically kill the oldest tabs when tabs are too many. |
Taille du Fichier | 170 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-01-14 |
Date de Publication | 2016-01-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | lzwjava |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |