Tab Space

Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…

Tab Space क्या है?

Tab Space kosei28 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…"।

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

screenshot

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

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

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

                        Workspace-based Window and Tab manager.

Tab Space is an easy-to-use workspace-based window and tab manager extension. This extension allows you to easily manage a large number of windows and tabs and save your time and memory.

Features:
- Save a window as a workspace
- Automatically save tabs in a workspace
- Quickly switch to the desired window
- Sort workspaces by drag and drop
- Show tabs in a workspace
- Count tabs in a workspace

Shortcut Keys:
- Alt + W: Open Tab Space
- Up Arrow and Down Arrow: Select a window or a workspace
- Left Arrow and Right Arrow: Select an opened window
- Enter: Switch to the selected window

Tab Space does not track or collect any of your data.

Developer:
- kosei28: https://twitter.com/kosei_28                    

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

नाम Tab Space Tab Space
ID haldijfdieafjhbgbfmpkolndlpkfoin
आधिकारिक URL https://chromewebstore.google.com/detail/tab-space/haldijfdieafjhbgbfmpkolndlpkfoin
विवरण Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…
फ़ाइल का आकार 189 KB
स्थापना संख्या 25
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2022-06-23
प्रकाशन तिथि 2022-05-08
डेवलपर kosei28
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Space",
    "manifest_version": 3,
    "version": "1.0.7",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}