Find The Tab

Find the tab will help you to navigate between multiple tabs!

Find The Tab क्या है?

Find The Tab Daniel Sternlicht द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the tab will help you to navigate between multiple tabs!"।

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

screenshot
screenshot

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

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

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

                        Find The Tab will help you to navigate between multiple opened tabs and produce your productivity.

--------------------
How to use
--------------------

* Activate Find The Tab's search box by either clicking its icon next to the address bar, or pressing Alt+T keys on your keyboard.

* Navigate between search results with the Up & Down arrow keys.

* Press Enter/Return to navigate to the selected tab.

That's it! It's that simple :)

------------------
About us
------------------

An extension by Matan Blonder. 
Developed by Daniel Sternlicht.

--------------
Updates
--------------

02/07/14 - v.0.1.0

   * First release!                    

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

नाम Find The Tab Find The Tab
ID ajpepgjcbfdlafbkgkcnlmnjjolhodbh
आधिकारिक URL https://chromewebstore.google.com/detail/find-the-tab/ajpepgjcbfdlafbkgkcnlmnjjolhodbh
विवरण Find the tab will help you to navigate between multiple tabs!
फ़ाइल का आकार 164 KB
स्थापना संख्या 50
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2014-07-03
प्रकाशन तिथि 2014-07-03
रेटिंग 4.27/5 कुल 11 रेटिंग्स
डेवलपर Daniel Sternlicht
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://danielsternlicht.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "25",
    "name": "Find The Tab",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Find the tab will help you to navigate between multiple tabs!",
    "homepage_url": "http:\/\/www.danielsternlicht.com\/playground\/findTheTab\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Alt+T",
                "linux": "Alt+T",
                "mac": "Alt+T",
                "windows": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Find The Tab",
        "default_popup": "src\/browser_action\/popup.html"
    }
}