TurboTab

Spotlight search for chrome tabs, bookmarks and history!

TurboTab란 무엇입니까?

TurboTab은(는) ShuoWu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Spotlight search for chrome tabs, bookmarks and history!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        TurboTab provide spotlight search for chrome tabs, bookmarks and history, it can perfectly solve your headache if you always have tons of tabs opened in window.

NO USER DATA IS COLLECTED BY TURBOTAB!!!

Features:
1. Search opened tabs, bookmarks and history from spotlight search bar.
2. Group tabs by domain.
3. Split windows by context menus
4. Prevent duplicated tabs been opened, TurboTab will navigate to existed tab if you are trying to open a duplicated tab. Duplicated tabs can be opened in different window.
5. Powerful keyboard shortcut support.                    

확장 프로그램 기본 정보

이름 TurboTab TurboTab
ID kdmkoepjgipnaklodkcldgojbhppcfpl
공식 URL https://chromewebstore.google.com/detail/turbotab/kdmkoepjgipnaklodkcldgojbhppcfpl
설명 Spotlight search for chrome tabs, bookmarks and history!
파일 크기 16.29 KB
설치 횟수 190
현재 버전 0.0.8
최근 업데이트 2017-02-09
출시 날짜 2017-02-09
평점 3.89/5 총 9 개의 평점
개발자 ShuoWu
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TurboTab",
    "version": "0.0.8",
    "description": "Spotlight search for chrome tabs, bookmarks and history!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        },
        "group": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "Group tabs in current window by domain"
        }
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "history",
        "contextMenus",
        "storage"
    ]
}