Tabist
Quick Tab Switcher
Co to jest Tabist?
Tabist to rozszerzenie Chrome opracowane przez fivenineplusr, a jego główną funkcją jest „Quick Tab Switcher”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tabist
Pobierz pliki rozszerzeń Tabist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Quickly find the tab that you want to see and click the link to go to that tab.
Podstawowe informacje o rozszerzeniu
Nazwa | Tabist |
ID | hdjegjggiogfkaldbfphfdkpggjemaha |
Oficjalny URL | https://chromewebstore.google.com/detail/tabist/hdjegjggiogfkaldbfphfdkpggjemaha |
Opis | Quick Tab Switcher |
Rozmiar pliku | 31.15 KB |
Liczba instalacji | 728 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2016-09-18 |
Data Publikacji | 2016-09-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | fivenineplusr |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/fiveNinePlusR/tabist |
Adres URL Strony Pomocy | http://github.com/fiveNinePlusR/tabist |
Obsługiwane Języki | 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" } } } |