Tab Extract

A simple & lightweight tool to reduce tab clutter, using just the address bar.

Tab Extract क्या है?

Tab Extract Monting Lin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple & lightweight tool to reduce tab clutter, using just the address bar."।

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

screenshot
screenshot

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

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

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

                        ● Too many disorganized tabs open?
● Slow to find the tab you're looking for?
● Want to reduce tab and window clutter quickly?

Tab Extract helps you easily re-organize your tabs according to the subject or site, 
or quickly find a tab, or easily remove multiple tabs.

How it works:
Tab Extract will move all tabs from any window with a keyword match (in their URL or page title), into a new window.

To use, type "ex" followed by a tab/space into the address bar, then enter keywords.

✓ "ex facebook news"
will extract all facebook tabs and any tab with "news" or "facebook" in their title or URL, into a new window.

✓ "ex ." 
merges all tabs into the same window. This works because all URLs have a "." in them.

✓ Batch-remove tabs by extracting tabs to a new window using Tab Extract, and then closing the window.

✓ Tab Extract can merge tabs from across different windows into the same window by using a common keyword amongst the tabs.

Notes: There is no need to select anything in the auto complete box, just press enter. 

If your Chrome has saved some "ex " as a search term for autocomplete, clear your history.

Firefox version: https://addons.mozilla.org/en-US/firefox/addon/tab-extract-port/

==============================
tab management, tabs, Find tabs, TabKit, FoxTab, TabMixPlus, TreeStyleTabs, Too Many Tabs, Tab Menu, tab move, tab organize, duplicate, batch remove, tab split, window split                    

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

नाम Tab Extract Tab Extract
ID iphchnegaodmijmkdlbhbanjhfphhikp
आधिकारिक URL https://chromewebstore.google.com/detail/tab-extract/iphchnegaodmijmkdlbhbanjhfphhikp
विवरण A simple & lightweight tool to reduce tab clutter, using just the address bar.
फ़ाइल का आकार 26.4 KB
स्थापना संख्या 1,919
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2021-06-25
प्रकाशन तिथि 2018-04-28
रेटिंग 4.57/5 कुल 86 रेटिंग्स
डेवलपर Monting Lin
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://montinglin.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Extract",
    "version": "1.4.0",
    "description": "A simple & lightweight tool to reduce tab clutter, using just the address bar.",
    "minimum_chrome_version": "9.0.0.0",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "ex"
    },
    "background": {
        "scripts": [
            "TabExtract.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon_016.png",
        "32": "icon_032.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ]
}