Tab Critter
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Tab Critter क्या है?
Tab Critter http://www.cilb.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Critter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. If a tab has not been used for some time it will automatically close. That makes Chrome free some memory and your PC run faster.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bfnbghcpjkfcellgnnebbicnjhcclege |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege |
विवरण | Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. |
फ़ाइल का आकार | 17.21 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2015-09-04 |
प्रकाशन तिथि | 2015-09-04 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://www.cilb.de |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Critter", "description": "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.", "version": "1.0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "homepage_url": "http:\/\/www.cilb.de" } |