Find My Tab

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

Vad är Find My Tab?

Find My Tab är en Chrome-tillägg utvecklad av Harshad Mane, och dess huvudfunktion är "This extension will help you find your tab accross multiple windows.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Find My Tab-förlängningens CRX-fil

Ladda ner Find My Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
Officiell webbadress https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
Beskrivning This extension will help you find your tab accross multiple windows.
Filstorlek 133 KB
Antal Installationer 21
Aktuell Version 1.3
Senast Uppdaterad 2017-04-06
Publiceringsdatum 2017-04-06
Betyg 4.36/5 Totalt 14 Betyg
Utvecklare Harshad Mane
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}