Chromespaces

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

Chromespaces란 무엇입니까?

Chromespaces은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your tabs in workspaces and switch between them as you want."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chromespaces 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}