TabMan

Save your tabs, organize and reload them whenever you like

TabMan란 무엇입니까?

TabMan은(는) gili yohanan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your tabs, organize and reload them whenever you like"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You can save your favorite tabs and reload them whenever you like.
 Also you can place a timer to each tab or window so it deletes automaticaly from history.
TabSaver helps you to organize and manage your tabs and wondows.                    

확장 프로그램 기본 정보

이름 TabMan TabMan
ID mjecgmidbglkbhhhbijalnpnbelnhgnh
공식 URL https://chromewebstore.google.com/detail/tabman/mjecgmidbglkbhhhbijalnpnbelnhgnh
설명 Save your tabs, organize and reload them whenever you like
파일 크기 868 KB
설치 횟수 83
현재 버전 3.1.0
최근 업데이트 2015-12-31
출시 날짜 2015-12-30
평점 5.00/5 총 5 개의 평점
개발자 gili yohanan
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabMan",
    "description": "Save your tabs, organize and reload them whenever you like",
    "version": "3.1.0",
    "browser_action": {
        "default_title": "TabMan",
        "default_popup": "index.html"
    },
    "commands": {
        "arrange": {
            "suggested_key": {
                "default": "Alt+A",
                "windows": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "arrange my tabs"
        },
        "split": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "split window"
        },
        "merge": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "merge windows"
        },
        "past": {
            "suggested_key": {
                "default": "Alt+V",
                "windows": "Alt+V",
                "mac": "Alt+V"
            },
            "description": "past my tab"
        },
        "copy": {
            "description": "copy my tab"
        },
        "cut": {
            "description": "cut my tab"
        }
    },
    "icons": {
        "32": "1.png",
        "64": "1.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}