Tab Wrangler

Automatically closes inactive tabs and makes it easy to get them back

Tab Wrangler क्या है?

Tab Wrangler tabwrangler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically closes inactive tabs and makes it easy to get them back"।

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

screenshot
screenshot
screenshot

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

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

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

                        Too many tabs? Do you have a tab addiction? Tab Wrangler closes tabs that haven't been used recently. 

See how Tab Wrangler can free your Chrome from tab clutter in our walkthrough: https://www.youtube.com/watch?v=jtP7pysqHY8

 - Automatically closes idle tabs after designated time
 - Prevent auto-closing from your favorite sites
 - Saves closed tabs, easy to re-open
 - Chrome sync saves settings between computers
 - Doesn't close pinned tabs
 - Lock tabs from closing

But don't worry, auto-closed tabs are stored safe and sound in the Tab Corral. Highly configurable, and totally awesome. It will save your computer and your brain from tab overload.

Tab Wrangler for Firefox: https://addons.mozilla.org/en-US/firefox/addon/tabwrangler/                    

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

नाम Tab Wrangler Tab Wrangler
ID egnjhciaieeiiohknchakcodbpgjnchh
आधिकारिक URL https://chromewebstore.google.com/detail/tab-wrangler/egnjhciaieeiiohknchakcodbpgjnchh
विवरण Automatically closes inactive tabs and makes it easy to get them back
फ़ाइल का आकार 279 KB
स्थापना संख्या 64,285
वर्तमान संस्करण 6.9.0
अंतिम अपडेट 2021-03-02
प्रकाशन तिथि 2020-02-11
रेटिंग 4.43/5 कुल 906 रेटिंग्स
डेवलपर tabwrangler
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tabwrangler/tabwrangler
सहायता पृष्ठ URL https://github.com/tabwrangler/tabwrangler/issues
गोपनीयता नीति पृष्ठ URL https://github.com/tabwrangler/tabwrangler
समर्थित भाषाएँ de,en,fr,es,hu,pl,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "6.9.0",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "wrangle-current-tab": {
            "description": "Close current tab and save to corral",
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+W"
            }
        }
    },
    "minimum_chrome_version": "28",
    "options_ui": {
        "open_in_tab": true,
        "page": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "sessions",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "img\/icon48.png"
    ]
}