TabFind

Search all open tabs for specific text

TabFind क्या है?

TabFind Peter Mareš द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search all open tabs for specific text"।

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

screenshot
screenshot

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

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

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

                        This extension was designed for all of us that end up having hundreds of tabs open across multiple Chrome windows and can never find *the page* we are looking for.

Save time by just letting TabFind do the hard work for you!

TabFind will find content that you are searching for across all your open tabs, regardless of which window they are in.

[Get the source at: http://github.com/carribus/chrome-findtab]
[Styling and Useability by Alex Biet]                    

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

नाम TabFind TabFind
ID ecdgafhejoapiamahhdakdpoblnicfpp
आधिकारिक URL https://chrome.google.com/webstore/detail/tabfind/ecdgafhejoapiamahhdakdpoblnicfpp
विवरण Search all open tabs for specific text
फ़ाइल का आकार 30.48 KB
स्थापना संख्या 12
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2014-06-19
प्रकाशन तिथि 2014-06-19
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Peter Mareš
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabFind",
    "description": "Search all open tabs for specific text",
    "version": "0.3.0",
    "author": "Peter Mares",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "fticon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}