Tab Critter
Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.
Что такое Tab Critter?
Tab Critter - это расширение Chrome, разработанное http://www.cilb.de, и его основная функция - "Tab Critter loves to eat your tabs. But only the old ones you just forgot to close.".
Снимки экрана расширения
Скачать файл CRX расширения Tab Critter
Скачайте файлы расширений Tab Critter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |