TurboTab

Spotlight search for chrome tabs, bookmarks and history!

Apa itu TurboTab?

TurboTab adalah ekstensi Chrome yang dikembangkan oleh ShuoWu, dan fitur utamanya adalah "Spotlight search for chrome tabs, bookmarks and history!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TurboTab

Unduh file ekstensi TurboTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TurboTab TurboTab
ID kdmkoepjgipnaklodkcldgojbhppcfpl
URL Resmi https://chromewebstore.google.com/detail/turbotab/kdmkoepjgipnaklodkcldgojbhppcfpl
Deskripsi Spotlight search for chrome tabs, bookmarks and history!
Ukuran File 16.29 KB
Jumlah Instalasi 190
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2017-02-09
Tanggal Publikasi 2017-02-09
Penilaian 3.89/5 Total 9 Penilaian
Pengembang ShuoWu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}