Too Tabs Manager

Too Tabs Manager allows you to group and shelve your non used tabs

Too Tabs Manager란 무엇입니까?

Too Tabs Manager은(는) https://www.cbrugada.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Too Tabs Manager allows you to group and shelve your non used tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Are you used to browse internet using dozens of tabs at the same time?
Are there some tabs that you don't need at this moment but you need to keep them for later?
Can't you see the icons of your tabs because your window is too crowded of tabs?

Here is the solution!
Shelve your unused tabs for another moment and focus only in the ones you are using is easy with Too Tabs Manager.

Create folders to shelve your tabs.
Dump all your current tabs in (or choose some of them) and start browsing again in an empty environment.

Restoring your whole folder of shelved tabs is as easier as 1-click.
A simple click allows you to recover all your previous tabs again (or choose some of them).

Try it, it's free.                    

확장 프로그램 기본 정보

이름 Too Tabs Manager Too Tabs Manager
ID odaphbmjbeecgjcakjjlhkiigpnfkflb
공식 URL https://chromewebstore.google.com/detail/too-tabs-manager/odaphbmjbeecgjcakjjlhkiigpnfkflb
설명 Too Tabs Manager allows you to group and shelve your non used tabs
파일 크기 155 KB
설치 횟수 472
현재 버전 1.1
최근 업데이트 2012-09-18
출시 날짜 2012-09-18
평점 4.39/5 총 18 개의 평점
개발자 https://www.cbrugada.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.cbrugada.com/es/chrome.html
지원되는 언어 en,ca,es
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "icon\/too-tabs-manager-16.png",
        "24": "icon\/too-tabs-manager-24.png",
        "32": "icon\/too-tabs-manager-32.png",
        "48": "icon\/too-tabs-manager-48.png",
        "128": "icon\/too-tabs-manager-128.png"
    },
    "browser_action": {
        "default_icon": "icon\/too-tabs-manager-32.png",
        "default_title": "__MSG_extensionName__",
        "default_badge": "__MSG_extensionAbbrev__",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ]
}