Tab Critter
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
What is Tab Critter?
Tab Critter is a Chrome extension developed by http://www.cilb.de, and its main feature is "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".
Extension Screenshots
Download Tab Critter Extension CRX File
Download Tab Critter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bfnbghcpjkfcellgnnebbicnjhcclege |
Official URL | https://chrome.google.com/webstore/detail/tab-critter/bfnbghcpjkfcellgnnebbicnjhcclege |
Description | Tab Critter loves to eat your tabs. But only the old ones you just forgot to close. |
File Size | 17.21 KB |
Installation Count | 2,000 |
Current Version | 1.0.3 |
Last Updated | 2015-09-04 |
Publish Date | 2015-09-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://www.cilb.de |
Payment Type | free |
Supported Languages | 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" } |