Tabist

Quick Tab Switcher

Vad är Tabist?

Tabist är en Chrome-tillägg utvecklad av fivenineplusr, och dess huvudfunktion är "Quick Tab Switcher".

Tilläggsskärmbilder

screenshot

Ladda ner Tabist-förlängningens CRX-fil

Ladda ner Tabist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Tabist Tabist
ID hdjegjggiogfkaldbfphfdkpggjemaha
Officiell webbadress https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha
Beskrivning Quick Tab Switcher
Filstorlek 31.15 KB
Antal Installationer 728
Aktuell Version 0.1.6
Senast Uppdaterad 2016-09-18
Publiceringsdatum 2016-09-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare fivenineplusr
Betalningssätt free
Tilläggswebbplats http://github.com/fiveNinePlusR/tabist
Hjälpsida URL http://github.com/fiveNinePlusR/tabist
Stödda Språk 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"
        }
    }
}