TabOrganizer

This extension provides quick actions to manage tabs.

TabOrganizer क्या है?

TabOrganizer Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides quick actions to manage tabs."।

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

screenshot
screenshot

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

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

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

                        Simple Chrome extension to manage tabs. Offers the follow commands:

- Sort By Title
    - Sorts all tabs in the current window by the Title of the page loaded in the tab.
- Sort By Website
    - Sorts all tabs in the current window by the URL of the page loaded in the tab.
- Sort By Domain
    - Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains.
- Merge All Windows
    - Moves all tabs from other windows and appends them to the end of the current window.
- Move Tab to New Window
    - Creates a new window with the current tab.                    

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

नाम TabOrganizer TabOrganizer
ID pihippcgjjgehpboiemeenhclbohhblo
आधिकारिक URL https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo
विवरण This extension provides quick actions to manage tabs.
फ़ाइल का आकार 21.05 KB
स्थापना संख्या 58
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-05-14
प्रकाशन तिथि 2020-05-13
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adrum/chrome-tab-organizer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabOrganizer",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This extension provides quick actions to manage tabs.",
    "homepage_url": "https:\/\/github.com\/adrum\/chrome-tab-organizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TabOrganizer",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}