Fast Tabs

Save time, improve work efficiency! 'Fast Tabs' can help you quickly find a specific page when you have many tabs open.

Fast Tabs क्या है?

Fast Tabs EasyTools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time, improve work efficiency! 'Fast Tabs' can help you quickly find a specific page when you have many tabs open."।

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

screenshot
screenshot
screenshot

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

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

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

                        Save time, improve work efficiency! Ever tried having 20 tabs or more open in Chrome? You can't even see the favicon of the tabs, not to mention the tab titles! If that happens to you, Fast Tabs is a must-have extension that manages your tabs, it can help you quickly find a specific page !

=== Features ===
1) Bird's eye view of all opened tabs, and quickly find a specific page.
2) List recently closed tabs
3) Sort tabs by creation time, domain or title
4) Custom themes
5) Run very fast.                    

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

नाम Fast Tabs Fast Tabs
ID mdcdhfidonnljhghenlekoinplgcmmmn
आधिकारिक URL https://chromewebstore.google.com/detail/fast-tabs/mdcdhfidonnljhghenlekoinplgcmmmn
विवरण Save time, improve work efficiency! 'Fast Tabs' can help you quickly find a specific page when you have many tabs open.
फ़ाइल का आकार 738 KB
स्थापना संख्या 611
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2014-03-23
प्रकाशन तिथि 2014-03-23
रेटिंग 3.71/5 कुल 35 रेटिंग्स
डेवलपर EasyTools
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,fr,tr,es,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/fast_tabs.png",
        "default_title": "Fast Tabs",
        "default_popup": "core\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/changecapture.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/fast_tabs16.png",
        "32": "img\/fast_tabs32.png",
        "48": "img\/fast_tabs48.png",
        "128": "img\/fast_tabs128.png"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "name": "__MSG_extname__",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "version": "1.0.6"
}