Smart Tabs

Creating a smarter way to use tabs to avoid overload

Smart Tabs क्या है?

Smart Tabs jackyangdevelop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creating a smarter way to use tabs to avoid overload"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Smart Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}