Find My Tab

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

Find My Tab क्या है?

Find My Tab Harshad Mane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help you find your tab accross multiple windows."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find My Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
आधिकारिक URL https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
विवरण This extension will help you find your tab accross multiple windows.
फ़ाइल का आकार 133 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.3
अंतिम अपडेट 2017-04-06
प्रकाशन तिथि 2017-04-06
रेटिंग 4.36/5 कुल 14 रेटिंग्स
डेवलपर Harshad Mane
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}