Smart Tabs

Creating a smarter way to use tabs to avoid overload

¿Qué es Smart Tabs?

Smart Tabs es una extensión de Chrome desarrollada por jackyangdevelop, y su función principal es "Creating a smarter way to use tabs to avoid overload".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Smart Tabs

Descarga archivos de extensión Smart Tabs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Smart Tabs Smart Tabs
ID ggemmfhppfjlegiddimjiedokodjpkkb
URL Oficial https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb
Descripción Creating a smarter way to use tabs to avoid overload
Tamaño del Archivo 7.43 KB
Cantidad de Instalaciones 34
Versión Actual 1.0
Última Actualización 2016-02-14
Fecha de Publicación 2016-02-14
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador jackyangdevelop
Tipo de Pago free
Sitio Web de la Extensión https://github.com/jackyang127/Smart-Tabs
Idiomas Soportados 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"
        ]
    }
}