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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

TabSpace - The Robust Tab Manager 확장 프로그램 CRX 파일 다운로드

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