Tab Finder

Search, pin and open tabs quickly.

What is Tab Finder?

Tab Finder is a Chrome extension developed by Mega Apps, and its main feature is "Search, pin and open tabs quickly.".

Extension Screenshots

screenshot

Download Tab Finder Extension CRX File

Download Tab Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
Official URL https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
Description Search, pin and open tabs quickly.
File Size 454 KB
Installation Count 570
Current Version 1.0
Last Updated 2019-12-31
Publish Date 2019-12-30
Rating 5.00/5 Total 4 Ratings
Developer Mega Apps
Payment Type free
Supported Languages 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"
            }
        }
    }
}