Tab Manager (by shimomire)

This is a tool to manage tab that is currently open on a single screen.

Tab Manager (by shimomire) क्या है?

Tab Manager (by shimomire) shimomire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a tool to manage tab that is currently open on a single screen."।

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

screenshot

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

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

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

                        Tab Manager proposes a new use of tabbed browsing.



The following functions are for and organizing quick search tab.

1.Tab screen manager can see multiple tabs at the same time.

2.Tab management with a Tab Manager Screen.

3.You can search tabs.

4.Proposal unnecessary tabs.

5.Display of closed tabs.                    

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

नाम Tab Manager (by shimomire) Tab Manager (by shimomire)
ID lhnjllodihbcobjkppfbafclibgpofje
आधिकारिक URL https://chromewebstore.google.com/detail/tab-manager-by-shimomire/lhnjllodihbcobjkppfbafclibgpofje
विवरण This is a tool to manage tab that is currently open on a single screen.
फ़ाइल का आकार 260 KB
स्थापना संख्या 783
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2012-11-23
प्रकाशन तिथि 2012-11-23
रेटिंग 3.83/5 कुल 12 रेटिंग्स
डेवलपर shimomire
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.5",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}