Find My Tab

This extension will help you find your tab accross multiple windows.

What is Find My Tab?

Find My Tab is a Chrome extension developed by Harshad Mane, and its main feature is "This extension will help you find your tab accross multiple windows.".

Extension Screenshots

screenshot
screenshot

Download Find My Tab Extension CRX File

Download Find My 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

                        This extension will help you find your tab accross multiple windows. 
Listing of all tabs will appear when you click on extension button. 
Then you can search by typing. 

Use Tab button to navigate in following list and hit Enter button to open the highlighted tab in list.

Developed by Harshad Mane, [email protected]                    

Extension Basic Information

Name Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
Official URL https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
Description This extension will help you find your tab accross multiple windows.
File Size 133 KB
Installation Count 21
Current Version 1.3
Last Updated 2017-04-06
Publish Date 2017-04-06
Rating 4.36/5 Total 14 Ratings
Developer Harshad Mane
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find My Tab",
    "description": "This extension will help you find your tab accross multiple windows.",
    "version": "1.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "fmt.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}