Smart Tabs

Creating a smarter way to use tabs to avoid overload

Что такое Smart Tabs?

Smart Tabs - это расширение Chrome, разработанное jackyangdevelop, и его основная функция - "Creating a smarter way to use tabs to avoid overload".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Smart Tabs

Скачайте файлы расширений Smart Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Do you have a lot of tabs open on Chrome? Smart Tabs is the solution. This extension keeps track of which tabs on your browser are active, and which one's aren't. After a certain amount of time (30 minutes), inactive tabs will be terminated so that it will free up your browser of that extra clutter. However, you will still be able to access links to the sites of the closed tabs by clicking the Smart Tabs logo. 

This extension will improve the battery life of your by eliminating unneeded processes and it will make your browser much cleaner and organized.

This extension is open source, feel free to contribute and add suggestions!                    

Основная информация о расширении

Название Smart Tabs Smart Tabs
ID ggemmfhppfjlegiddimjiedokodjpkkb
Официальный URL https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb
Описание Creating a smarter way to use tabs to avoid overload
Размер файла 7.43 KB
Количество установок 34
Текущая Версия 1.0
Последнее Обновление 2016-02-14
Дата публикации 2016-02-14
Рейтинг 3.67/5 Всего 3 оценок
Разработчик jackyangdevelop
Тип оплаты free
Официальный сайт расширения https://github.com/jackyang127/Smart-Tabs
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Tabs",
    "description": "Creating a smarter way to use tabs to avoid overload",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}