WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Dance

Tab Dance

View on Chrome Web Store
View Tab Dance Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Delightful tab management
Type
Extension
Users
3 users
1
Chuanqi Sun
View author page of Chuanqi Sun
Published
Published on April 12, 2024
Version 0.0.1
Manifest version
3
Updated
Updated on April 12, 2024
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Tab Dance Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Dance",
    "description": "Delightful tab management",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/[email protected]",
            "32": "\/images\/[email protected]",
            "48": "\/images\/[email protected]",
            "128": "\/images\/[email protected]"
        }
    },
    "icons": {
        "16": "\/images\/[email protected]",
        "48": "\/images\/[email protected]",
        "128": "\/images\/[email protected]"
    },
    "background": {
        "service_worker": "extension-worker.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "commands": {
        "close-current": {
            "description": "Close current"
        },
        "close-others": {
            "description": "Close others"
        },
        "open-previous": {
            "description": "Open previous"
        },
        "open-next": {
            "description": "Open next"
        },
        "merge-windows": {
            "description": "Merge windows"
        },
        "move-previous": {
            "description": "Move previous"
        },
        "move-next": {
            "description": "Move next"
        },
        "print-debug-info": {
            "description": "Print debug info"
        },
        "toggle-selection": {
            "description": "Toggle selection"
        }
    },
    "permissions": [
        "tabs",
        "commands",
        "storage"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top