Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Tab Manager (by shimomire)란 무엇입니까?

Tab Manager (by shimomire)은(는) shimomire에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a tool to manage tab that is currently open on a single screen."입니다.

확장 프로그램 스크린샷

screenshot

Tab Manager (by shimomire) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

확장 프로그램 기본 정보

이름 Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
공식 URL https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
설명 This is a tool to manage tab that is currently open on a single screen.
파일 크기 260 KB
설치 횟수 783
현재 버전 1.0.5
최근 업데이트 2012-11-23
출시 날짜 2012-11-23
평점 3.83/5 총 12 개의 평점
개발자 shimomire
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}