Smart Tabs

Creating a smarter way to use tabs to avoid overload

Vad är Smart Tabs?

Smart Tabs är en Chrome-tillägg utvecklad av jackyangdevelop, och dess huvudfunktion är "Creating a smarter way to use tabs to avoid overload".

Tilläggsskärmbilder

screenshot

Ladda ner Smart Tabs-förlängningens CRX-fil

Ladda ner Smart Tabs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Smart Tabs Smart Tabs
ID ggemmfhppfjlegiddimjiedokodjpkkb
Officiell webbadress https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb
Beskrivning Creating a smarter way to use tabs to avoid overload
Filstorlek 7.43 KB
Antal Installationer 34
Aktuell Version 1.0
Senast Uppdaterad 2016-02-14
Publiceringsdatum 2016-02-14
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare jackyangdevelop
Betalningssätt free
Tilläggswebbplats https://github.com/jackyang127/Smart-Tabs
Stödda Språk 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"
        ]
    }
}