Smart Tabs

Creating a smarter way to use tabs to avoid overload

Cos'è Smart Tabs?

Smart Tabs è un'estensione di Chrome sviluppata da jackyangdevelop, e la sua funzione principale è "Creating a smarter way to use tabs to avoid overload".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Smart Tabs

Scarica i file di estensione Smart Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Smart Tabs Smart Tabs
ID ggemmfhppfjlegiddimjiedokodjpkkb
URL Ufficiale https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb
Descrizione Creating a smarter way to use tabs to avoid overload
Dimensione del File 7.43 KB
Conteggio Installazioni 34
Versione Corrente 1.0
Ultimo Aggiornamento 2016-02-14
Data di Pubblicazione 2016-02-14
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore jackyangdevelop
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jackyang127/Smart-Tabs
Lingue Supportate 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"
        ]
    }
}