Tab Finder

Search, pin and open tabs quickly.

Tab Finder क्या है?

Tab Finder Mega Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search, pin and open tabs quickly."।

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

screenshot

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

crx प्रारूप में Tab Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

एक्सटेंशन की मूल जानकारी

नाम Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
आधिकारिक URL https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
विवरण Search, pin and open tabs quickly.
फ़ाइल का आकार 454 KB
स्थापना संख्या 570
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-12-31
प्रकाशन तिथि 2019-12-30
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Mega Apps
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}