Tabs Killer
Automatically kill the oldest tabs when tabs are too many.
Tabs Killer क्या है?
Tabs Killer lzwjava द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically kill the oldest tabs when tabs are too many."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs Killer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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'" } |