Manage Tabs

Save memory and keep tabs organized

Manage Tabs क्या है?

Manage Tabs Hans J Schroeder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save memory and keep tabs organized"।

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

screenshot

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

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

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

                        Save lots of memory and use groups to keep your tabs organized.

You can create groups from all currently open tabs. You can later open and close all those tabs with a single click. You can also create and remove groups with a single click.

Minimum memory use

When tabs are grouped, they require no memory anymore. When the extension's view is closed, the extension will also unload and use zero memory. (Chrome's extension page will show 'inactive')

Privacy assurance

This extension works completely offline. No scripts, fonts or other content is loaded from other servers. (despite the favicons). It uses no analytics or other tracking as many similar extensions do.  In fact this is the main reason why this extension has been developed.

Changelog

0.5.2 - 2017-12-17

Changed
- Fix API to LocalStorage                    

एक्सटेंशन की मूल जानकारी

नाम Manage Tabs Manage Tabs
ID kijdiheabofhiihcebgpeelmgfmcogel
आधिकारिक URL https://chromewebstore.google.com/detail/manage-tabs/kijdiheabofhiihcebgpeelmgfmcogel
विवरण Save memory and keep tabs organized
फ़ाइल का आकार 88.48 KB
स्थापना संख्या 427
वर्तमान संस्करण 0.5.2
अंतिम अपडेट 2017-12-17
प्रकाशन तिथि 2017-12-17
रेटिंग 4.10/5 कुल 10 रेटिंग्स
डेवलपर Hans J Schroeder
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manage Tabs",
    "version": "0.5.2",
    "manifest_version": 2,
    "description": "Save memory and keep tabs organized",
    "incognito": "split",
    "author": "Hans J Schroeder",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Manage Tabs"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "tabs"
    ],
    "short_name": "Tabmatic"
}