Tab Commander

Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).

Tab Commander क्या है?

Tab Commander Matthew Hasbach द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled)."।

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

screenshot

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

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

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

                        Tab Commander has the following features:

- Only allow access to the domain of the active tab in the current window
- Disallow access to the domain of the active tab in the current window
- Hide the active tab in the current window
- Hide all tabs except the active tab in the current window
- Hide all tabs on the domain of the active tab in the current window
- Hide all tabs that are not on the domain of the active tab in the current window
- Manage hidden tabs. Hidden tabs can be removed or restored one at a time, a page at a time, or all at once.
- Remove all data (hidden tabs, allowed / blocked domains, and settings)

Hidden tabs, allowed / blocked domains, and settings are saved using the chrome.storage.sync API, which means those preferences will automatically be synced to all Chrome browsers you are logged in to, provided you have sync enabled.                    

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

नाम Tab Commander Tab Commander
ID hionageldjijhodeffdfbkecppfiadob
आधिकारिक URL https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob
विवरण Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).
फ़ाइल का आकार 3.76 MB
स्थापना संख्या 84
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2015-03-18
प्रकाशन तिथि 2015-03-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Matthew Hasbach
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mjhasbach/tab-commander
सहायता पृष्ठ URL https://github.com/mjhasbach/tab-commander/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Commander",
    "description": "Block access to domains and hide \/ restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "src\/img\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "128": "src\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "bower_components\/lodash\/lodash.js",
            "bower_components\/jquery\/dist\/jquery.js",
            "src\/js\/common.js",
            "src\/js\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ]
}