Tabist

Quick Tab Switcher

Wat is Tabist?

Tabist is een Chrome-extensie ontwikkeld door fivenineplusr, en de belangrijkste functie is "Quick Tab Switcher".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabist

Download Tabist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
Officiële URL https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
Beschrijving Quick Tab Switcher
Bestandsgrootte 31.15 KB
Aantal Installaties 728
Huidige Versie 0.1.6
Laatst Bijgewerkt 2016-09-18
Publicatiedatum 2016-09-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fivenineplusr
Betalingswijze free
Extensiewebsite http://github.com/fiveNinePlusR/tabist
Help Pagina-URL http://github.com/fiveNinePlusR/tabist
Ondersteunde Talen 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"
        }
    }
}