List All Tabs

show a list of all open tabs

List All Tabs란 무엇입니까?

List All Tabs은(는) lior99apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "show a list of all open tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

List All Tabs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Display all open tabs as a list, allowing easy switching, closing and muting/unmuting

Changelog:
https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD

Github Repo: https://github.com/lior99/see-all-tabs                    

확장 프로그램 기본 정보

이름 List All Tabs List All Tabs
ID iklkoalaepbjckknpnklbipmplnipcid
공식 URL https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid
설명 show a list of all open tabs
파일 크기 994 KB
설치 횟수 3,376
현재 버전 4.0.2
최근 업데이트 2021-03-05
출시 날짜 2019-09-14
평점 4.50/5 총 16 개의 평점
개발자 lior99apps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/lior99/see-all-tabs
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "List All Tabs",
    "version": "4.0.2",
    "description": "show a list of all open tabs",
    "short_name": "List All Tabs",
    "author": "Lior Shtivelman",
    "permissions": [
        "tabs",
        "storage",
        "tabGroups"
    ],
    "options_page": "options.html",
    "action": {
        "default_icon": "images\/dark_version.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+U",
                "linux": "Ctrl+Shift+U",
                "windows": "Alt+Shift+U",
                "mac": "Ctrl+Shift+U"
            }
        }
    }
}