Tabmaster

Tame your tabs.

Tabmaster란 무엇입니까?

Tabmaster은(는) https://www.a9.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tame your tabs."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Out now: Tabmaster 1.8! Favicons and better window inspection!

If your workflow is full of tabs that you don't need for a while, this extension is a must-have.

Instantly hide the offending tab or window and save it for later. When you need it again, everything you have hidden is conveniently listed again.

Useful for:
- Saving something to be read later
- Giving research projects a rest till the next day
- Switching from one workspace to the next

========

1.87: Bug fixes to window preview and favicons.                    

확장 프로그램 기본 정보

이름 Tabmaster Tabmaster
ID pojgemmobcnjmnpodjmgeofdgojpkepn
공식 URL https://chromewebstore.google.com/detail/tabmaster/pojgemmobcnjmnpodjmgeofdgojpkepn
설명 Tame your tabs.
파일 크기 15.77 KB
설치 횟수 42
현재 버전 1.88
최근 업데이트 2014-11-28
출시 날짜 2014-11-28
평점 4.43/5 총 7 개의 평점
개발자 https://www.a9.io
결제 유형 free
확장 프로그램 웹 사이트 http://a9.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabmaster",
    "description": "Tame your tabs.",
    "short_name": "Tame your tabs.",
    "manifest_version": 2,
    "version": "1.88",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "Tabmaster",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}