Tabs Mania

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

What is Tabs Mania?

Tabs Mania is a Chrome extension developed by David Dias, and its main feature is "Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.".

Extension Screenshots

screenshot

Download Tabs Mania Extension CRX File

Download Tabs Mania extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tabs Mania Tabs Mania
ID kpehljmacelghfpbkoajiigcaijjdogf
Official URL https://chromewebstore.google.com/detail/tabs-mania/kpehljmacelghfpbkoajiigcaijjdogf
Description Move, reorder, cleanup and easily manage your tabs in a easily customizable tool.
File Size 116 KB
Installation Count 58
Current Version 1.0.1
Last Updated 2021-02-14
Publish Date 2021-02-05
Developer David Dias
Email [email protected]
Payment Type free
Extension Website https://github.com/thedaviddias/tabs-mania
Privacy Policy Page URL https://github.com/thedaviddias/privacy-policy/blob/main/chrome-extensions.md
Supported Languages 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'"
}