Chromespaces

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

Chromespaces là gì?

Chromespaces là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Manage your tabs in workspaces and switch between them as you want.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chromespaces

Tải xuống các tệp mở rộng Chromespaces dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chromespaces Chromespaces
ID amkdgdofmdlggdnkkkcobhofoegcapco
URL Chính Thức https://chromewebstore.google.com/detail/chromespaces/amkdgdofmdlggdnkkkcobhofoegcapco
Mô tả Manage your tabs in workspaces and switch between them as you want.
Kích Thước Tệp 52.99 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2014-01-24
Ngày Phát Hành 2014-01-24
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}