Find My Tab

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

Wat is Find My Tab?

Find My Tab is een Chrome-extensie ontwikkeld door Harshad Mane, en de belangrijkste functie is "This extension will help you find your tab accross multiple windows.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Find My Tab

Download Find My Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
Officiële URL https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
Beschrijving This extension will help you find your tab accross multiple windows.
Bestandsgrootte 133 KB
Aantal Installaties 21
Huidige Versie 1.3
Laatst Bijgewerkt 2017-04-06
Publicatiedatum 2017-04-06
Beoordeling 4.36/5 Totaal 14 Beoordelingen
Ontwikkelaar Harshad Mane
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}