Tabs Mania

Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.

Tabs Mania क्या है?

Tabs Mania David Dias द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool."।

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

screenshot

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

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

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

                        Quickly reorder, move, merge and close tabs and windows with a customizable chrome extension. Simplify your daily workflow and speed up your productivity with the best Tab Management tool for Chrome.

★  What is Tabs Mania?

A simple and highly customizable Google Extension which helps you to automate simple tasks when dealing with tabs. You can customize entirely Tabs Mania showing and hiding some features in the settings. More options are coming for the next releases!

★  Functionalities:

➤ Sort tabs by title
➤ Sort tabs by url
➤ Sort tabs by domain
➤ Move the current tab to a new window
➤ Merge all Chrome windows
➤ Close all tabs that are playing sounds                    

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

नाम Tabs Mania Tabs Mania
ID kpehljmacelghfpbkoajiigcaijjdogf
आधिकारिक URL https://chromewebstore.google.com/detail/tabs-mania/kpehljmacelghfpbkoajiigcaijjdogf
विवरण Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.
फ़ाइल का आकार 116 KB
स्थापना संख्या 58
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-02-14
प्रकाशन तिथि 2021-02-05
डेवलपर David Dias
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/thedaviddias/tabs-mania
गोपनीयता नीति पृष्ठ URL https://github.com/thedaviddias/privacy-policy/blob/main/chrome-extensions.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.",
    "version": "1.0.1",
    "name": "Tabs Mania",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-192.png"
    },
    "icons": {
        "192": "icon-192.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "icon-192.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}