TurboTab

Spotlight search for chrome tabs, bookmarks and history!

TurboTab क्या है?

TurboTab ShuoWu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spotlight search for chrome tabs, bookmarks and history!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TurboTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}