Tab Menu

A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.

Tab Menu란 무엇입니까?

Tab Menu은(는) Ye에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Tab Menu is a minimalist tab manager for Chrome. It enables you to search, switch, rearrange, and close tabs from the toolbar menu. It supports both mouse operations as well as keyboard operations.

This extension was originally created by Frank Yan, who stopped maintaining it around mid 2013. I recovered it from my installation and maintain it on GitHub, for the sake of those who love it.                    

확장 프로그램 기본 정보

이름 Tab Menu Tab Menu
ID hjeifjagcmihmdcmnfjelgdgpibefmfc
공식 URL https://chromewebstore.google.com/detail/tab-menu/hjeifjagcmihmdcmnfjelgdgpibefmfc
설명 A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.
파일 크기 61.54 KB
설치 횟수 4,682
현재 버전 9.0.3
최근 업데이트 2018-04-28
출시 날짜 2018-04-28
평점 4.60/5 총 47 개의 평점
개발자 Ye
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Tab Menu",
    "description": "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.",
    "version": "9.0.3",
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "32": "35.png",
            "48": "48.png",
            "128": "128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "icons": {
        "16": "16.png",
        "32": "35.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}