Tabist

Quick Tab Switcher

Tabist क्या है?

Tabist fivenineplusr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Tab Switcher"।

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

screenshot

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

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

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

                        Quickly find the tab that you want to see and click the link to go to that tab.                    

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

नाम Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
आधिकारिक URL https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
विवरण Quick Tab Switcher
फ़ाइल का आकार 31.15 KB
स्थापना संख्या 728
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2016-09-18
प्रकाशन तिथि 2016-09-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर fivenineplusr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/fiveNinePlusR/tabist
सहायता पृष्ठ URL http://github.com/fiveNinePlusR/tabist
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quick Tab Switcher",
    "manifest_version": 2,
    "name": "Tabist",
    "version": "0.1.6",
    "homepage_url": "https:\/\/github.com\/fiveNinePlusR\/tabist",
    "icons": {
        "48": "icons\/page-48_white.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/page-32_white.png"
    },
    "commands": {
        "toggle-tabist": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E"
            },
            "description": "Toggle or activate a Tabist tab"
        }
    }
}