Auto Tab Killer
Automatically closes idle tabs when system memory is low
Auto Tab Killer क्या है?
Auto Tab Killer tylercd100 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically closes idle tabs when system memory is low"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Tab Killer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |