Find My Tab

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

Hvad er Find My Tab?

Find My Tab er en Chrome-udvidelse udviklet af Harshad Mane, og dens hovedfunktion er "This extension will help you find your tab accross multiple windows.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Find My Tab-udvidelses-CRX-fil

Download Find My Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
Officiel URL https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
Beskrivelse This extension will help you find your tab accross multiple windows.
Filstørrelse 133 KB
Antal Installationer 21
Nuværende Version 1.3
Senest Opdateret 2017-04-06
Udgivelsesdato 2017-04-06
Bedømmelse 4.36/5 Samlet 14 Bedømmelser
Udvikler Harshad Mane
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}