Fuzzy Tab
Fuzzy Tab allows you quickly navigate through tabs using fuzzy match.
What is Fuzzy Tab?
Fuzzy Tab is a Chrome extension developed by galulex, and its main feature is "Fuzzy Tab allows you quickly navigate through tabs using fuzzy match.".
Extension Screenshots
Download Fuzzy Tab Extension CRX File
Download Fuzzy Tab 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
                        Fuzzy Tab brings functionality similar to FuzzyFinder, CommandT or CTRLP to chrome.
Fuzzy Tab allows you quickly navigate through tabs using fuzzy match, quickly close tabs. Also it displays opened tabs count.
There several shortcuts available:
Alt+O: Launch Fuzzy Tab
Alx+C: Close Focused Tab  
Shortcuts can be changed in chrome://extensions/                     Extension Basic Information
| Name |   |  
| ID | kjgcoheodpddpdjkcajpejbncomdcain | 
| Official URL | https://chromewebstore.google.com/detail/fuzzy-tab/kjgcoheodpddpdjkcajpejbncomdcain | 
| Description | Fuzzy Tab allows you quickly navigate through tabs using fuzzy match. | 
| File Size | 9.17 KB | 
| Installation Count | 66 | 
| Current Version | 1.0 | 
| Last Updated | 2015-09-29 | 
| Publish Date | 2015-09-29 | 
| Rating | 4.75/5 Total 12 Ratings | 
| Developer | galulex | 
| [email protected] | |
| Payment Type | free | 
| Supported Languages | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fuzzy Tab",
    "description": "Fuzzy Tab allows you quickly navigate through tabs using fuzzy match.",
    "version": "1.0",
    "background": {
        "scripts": [
            "fuse.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "32px.png",
        "128": "128px.png"
    },
    "omnibox": {
        "keyword": "f"
    },
    "browser_action": {
        "default_title": "Fuzzy Tab",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+O",
                "linux": "Alt+O",
                "mac": "Alt+O",
                "windows": "Alt+O"
            }
        },
        "close-tab": {
            "suggested_key": {
                "chromeos": "Alt+C",
                "linux": "Alt+C",
                "mac": "Alt+C",
                "windows": "Alt+C"
            },
            "description": "Close Focused Tab"
        }
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}  |  |