wquicktabs

Quick search through your tabs

wquicktabs란 무엇입니까?

wquicktabs은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick search through your tabs"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Quickly filter, find and move across all your tabs from all windows. Activate it by clicking on the icon or by key bindings MAC: Command + Shift + L | WINDOWS: Ctrl + Shift + L                    

확장 프로그램 기본 정보

이름 wquicktabs wquicktabs
ID jiapgndgdeanmlddflmlldnnkfojgieb
공식 URL https://chromewebstore.google.com/detail/wquicktabs/jiapgndgdeanmlddflmlldnnkfojgieb
설명 Quick search through your tabs
파일 크기 308 KB
설치 횟수 137
현재 버전 1.0.1
최근 업데이트 2018-12-04
출시 날짜 2018-12-04
평점 4.50/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://wquicktabs.com
도움말 페이지 URL http://wquicktabs.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wquicktabs",
    "description": "Quick search through your tabs",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "wquicktabs",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "history",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Ctrl+Shift+L"
            }
        }
    }
}