TurboTab

Spotlight search for chrome tabs, bookmarks and history!

TurboTabคืออะไร?

TurboTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShuoWu และคุณลักษณะหลักของมันคือ "Spotlight search for chrome tabs, bookmarks and history!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TurboTab

ดาวน์โหลดไฟล์ส่วนขยาย TurboTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}