Chromespaces

Manage your tabs in workspaces and switch between them as you want.

Chromespaces क्या है?

Chromespaces Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your tabs in workspaces and switch between them as you want."।

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

screenshot
screenshot

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

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

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

                        With Chromespaces you can simply save your tabs to workspace and open them next time with one click. Opening will close all current tabs and replace them with tabs from last state.

Extension is in beta version, so feel free to post bug reports and new feature requests!

v0.3:
- GA tracking
- tab lists display

v0.2:
- simple user interface

v0.1:
- prototype                    

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

नाम Chromespaces Chromespaces
ID amkdgdofmdlggdnkkkcobhofoegcapco
आधिकारिक URL https://chromewebstore.google.com/detail/chromespaces/amkdgdofmdlggdnkkkcobhofoegcapco
विवरण Manage your tabs in workspaces and switch between them as you want.
फ़ाइल का आकार 52.99 KB
स्थापना संख्या 12
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2014-01-24
प्रकाशन तिथि 2014-01-24
रेटिंग 1.80/5 कुल 5 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromespaces",
    "description": "Manage your tabs in workspaces and switch between them as you want.",
    "version": "0.3.2",
    "author": "hmark.eu",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/class.js",
            "js\/workspace.js",
            "js\/settings.js",
            "js\/gateway.js",
            "js\/repo.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/inactive.png",
        "default_popup": "chromespaces.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}