Show Me Tabs (light)

This extension simple shows a Tabs.

Show Me Tabs (light)란 무엇입니까?

Show Me Tabs (light)은(는) sp0xff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension simple shows a Tabs."입니다.

확장 프로그램 스크린샷

screenshot

Show Me Tabs (light) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you open a lot of windows and tabs, this extension will help you navigate and find the necessary tab.
Today the functionality is minimal. It simply shows the icons of all open tabs grouped by windows.
There are plans to add a drag and drop, search and much more.                    

확장 프로그램 기본 정보

이름 Show Me Tabs (light) Show Me Tabs (light)
ID ecaodfpnmpbbemaiobldmpcjekekloge
공식 URL https://chromewebstore.google.com/detail/show-me-tabs-light/ecaodfpnmpbbemaiobldmpcjekekloge
설명 This extension simple shows a Tabs.
파일 크기 39.99 KB
설치 횟수 18
현재 버전 1.0.1
최근 업데이트 2017-01-26
출시 날짜 2017-01-26
평점 4.56/5 총 9 개의 평점
개발자 sp0xff
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "short_name": "Show Me Tabs",
    "browser_action": {
        "default_icon": "images\/browser_action.png",
        "default_popup": "popup.html",
        "default_title": "Show Me Tabs"
    },
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs"
    ]
}