Tabasco

Spicy Tab Management - Search, sort and manage your tabs.

Tabasco क्या है?

Tabasco https://donatstudios.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spicy Tab Management - Search, sort and manage your tabs."।

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

screenshot
screenshot

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

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

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

                        Tabasco is a super helpful tab manager / advanced tab search tool.

Tabasco will help you do the following with your tabs

- Search tabs with an advanced search syntax
- Move search results to a new window
- Merge all windows
- Close duplicate tabs
- Find all tabs from a domain
- Close groups of tabs including entire domains and entire search result sets

By default the text of the tab title and URL will be searched.

Additionally you can:

- Find noisy tabs with: is:audible
- Find pinned tabs with: is:pinned
- Find tabs on a specific host with host:example.com
- Negate searches with ! e.g. !item or !"multi word"                    

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

नाम Tabasco Tabasco
ID apnefdpgaignkblccanndkelkjabjgjh
आधिकारिक URL https://chromewebstore.google.com/detail/tabasco/apnefdpgaignkblccanndkelkjabjgjh
विवरण Spicy Tab Management - Search, sort and manage your tabs.
फ़ाइल का आकार 60.68 KB
स्थापना संख्या 57
वर्तमान संस्करण 0.12.1
अंतिम अपडेट 2023-12-23
प्रकाशन तिथि 2020-06-17
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://donatstudios.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/donatj/tabasco
सहायता पृष्ठ URL https://github.com/donatj/tabasco/issues
गोपनीयता नीति पृष्ठ URL https://github.com/donatj/tabasco/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabasco",
    "description": "Spicy Tab Management - Search, sort and manage your tabs.",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.12.1",
    "offline_enabled": true,
    "homepage_url": "https:\/\/github.com\/donatj\/tabasco",
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Tabasco: Spicy Tab Management",
        "default_popup": "index.html"
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "permissions": [
        "tabs",
        "tabGroups",
        "sidePanel"
    ]
}