Tab Manager

Chrome extension for organizing tabs as sessions

Tab Manager란 무엇입니까?

Tab Manager은(는) https://tab-manager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for organizing tabs as sessions"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Get rid of tab clutter

Save your Chrome tabs as a session for another time!

Get started, save all the tabs in your current window
    - Click the Tab-Manager icon
    - Provide a name 
    - Press enter or the + button


Where is the session data stored?
All sessions are stored and accessible as a local folder inside your chrome bookmarks, synchronized only with your Google account and no where else. 

--------------------------------------------
I've read some of the great feedback on here. Unfortunately i'm not going to pay google 10 dollars to publish a minor update for this free extension
--------------------------------------------
www.tab-manager.com

Tab Manager, Organizer, Extension, Tabs Saver, Visual Manager, Tab Bundles, Tab Combine Extension.                    

확장 프로그램 기본 정보

이름 Tab Manager Tab Manager
ID mcidendbndlekegaphipeeoaemckemhm
공식 URL https://chromewebstore.google.com/detail/tab-manager/mcidendbndlekegaphipeeoaemckemhm
설명 Chrome extension for organizing tabs as sessions
파일 크기 221 KB
설치 횟수 1,827
현재 버전 3.2
최근 업데이트 2017-04-05
출시 날짜 2017-04-05
평점 3.67/5 총 27 개의 평점
개발자 https://tab-manager.com
결제 유형 free
확장 프로그램 웹 사이트 http://tab-manager.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "manifest_version": 2,
    "description": "Chrome extension for organizing tabs as sessions",
    "version": "3.2",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_title": "Tab Manager",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "permissions": [
        "bookmarks",
        "tabs"
    ]
}