TabMate

TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows

TabMate란 무엇입니까?

TabMate은(는) Abhilash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        TabMate helps you manage tab clutter and be more productive.

Stash a set of tab/windows that you want to save for later and easily restore them when needed. 

Use quick switcher to search among open tabs and stashes and switch to them. Drag and drop the tabs to rearrange them with in windows or stashes.

Name stashes so you can easily remember the purpose for each set of tabs. Easily send tabs to named stashes through right click context menu.


Common usages:
- Quickly search and switch between all the open tabs and stashes
- Save the pages you've visited during your research session and restore all of them later.
- Logically group all the pages you visit often and load each group when needed.
- Easily manage existing open tabs by saving unnecessary tabs as a session.                    

확장 프로그램 기본 정보

이름 TabMate TabMate
ID pjnjpllpengglloikgcanfdmpkgfholi
공식 URL https://chromewebstore.google.com/detail/tabmate/pjnjpllpengglloikgcanfdmpkgfholi
설명 TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save/restore set of tabs/windows
파일 크기 2.65 MB
설치 횟수 1,714
현재 버전 0.8.2
최근 업데이트 2022-06-23
출시 날짜 2019-01-13
평점 4.13/5 총 24 개의 평점
개발자 Abhilash
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabMate",
    "version": "0.8.2",
    "description": "TabMate helps you manage tab clutter. Easily switch between tabs across all open windows, save\/restore set of tabs\/windows",
    "author": "Abhilash",
    "icons": {
        "16": "icons\/tabmate.png",
        "48": "icons\/tabmate.png",
        "128": "icons\/tabmate.png"
    },
    "browser_action": {
        "default_title": "TabMate",
        "default_icon": "icons\/tabmate.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "offline_enabled": true,
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+K"
            }
        }
    }
}