TabSpace - The Robust Tab Manager

TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them.

TabSpace - The Robust Tab Manager क्या है?

TabSpace - The Robust Tab Manager TabSpace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Currently, web browsers lack organization tools so that you can manage your tabs effectively. This makes it difficult to navigate through massive amounts of tabs, difficult to create structure across projects, and ultimately it adds distractions and unneeded complexity to the organization process. TabSpace provides an all-in-one visual interface for organizing your tabs in an intuitive way. This extension will allow you to scroll through all your tabs, select them in groups, and organize them however you want in seconds.                    

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

नाम TabSpace - The Robust Tab Manager TabSpace - The Robust Tab Manager
ID kjjjgackjmmadffagljhilggbalapmgi
आधिकारिक URL https://chromewebstore.google.com/detail/tabspace-the-robust-tab-m/kjjjgackjmmadffagljhilggbalapmgi
विवरण TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them.
फ़ाइल का आकार 149 KB
स्थापना संख्या 478
वर्तमान संस्करण 8.2
अंतिम अपडेट 2021-09-22
प्रकाशन तिथि 2019-08-20
रेटिंग 3.53/5 कुल 17 रेटिंग्स
डेवलपर TabSpace
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.easonkamander.com/tabspace/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabSpace - The Robust Tab Manager",
    "short_name": "TabSpace",
    "manifest_version": 2,
    "version": "8.2",
    "description": "TabSpace is an easy to use, robust tab manager that displays your tabs in a simple view, and allows you to organize and save them.",
    "icons": {
        "512": "img\/icon_512.png",
        "256": "img\/icon_256.png",
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/lz-string.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "optional_permissions": [
        "notifications",
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "TabSpace",
        "default_icon": "img\/icon_128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "img\/icon_512.png"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Open Main Page",
            "global": false
        }
    }
}