Tab Viewer

Preview all your open tabs in a grid view

Tab Viewer क्या है?

Tab Viewer niiashikwei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview all your open tabs in a grid view"।

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

screenshot

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

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

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

                        Tab Viewer is a tool for managing and organizing open tabs. Currently it allows you to see all your open tabs in a tiled view. From the tiled view click a tile to jump to that tab.

Shortcut to trigger grid view: Alt + T

Features yet to come include:
1) closing tabs from tiled view
2) rearranging tabs from tiled view
3) saving a workspace, collection of tabs under a name
4) customizing the tabs with descriptions 

and much much more! Stay tuned.                    

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

नाम Tab Viewer Tab Viewer
ID nckgdfkgodfemnkdkfngdhfknlcokbha
आधिकारिक URL https://chrome.google.com/webstore/detail/tab-viewer/nckgdfkgodfemnkdkfngdhfknlcokbha
विवरण Preview all your open tabs in a grid view
फ़ाइल का आकार 6.57 KB
स्थापना संख्या 477
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2015-07-15
प्रकाशन तिथि 2015-07-15
रेटिंग 3.43/5 कुल 7 रेटिंग्स
डेवलपर niiashikwei
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Viewer",
    "short_name": "Tab Viewer",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "Preview all your open tabs in a grid view",
    "browser_action": {
        "default_icon": "icons\/tab-viewer-logo.png",
        "default_title": "displays grid view of open tabs"
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            }
        }
    }
}