OmniTab
Quickly switch tabs using the omnibar
Co to jest OmniTab?
OmniTab to rozszerzenie Chrome opracowane przez James Kwan, a jego główną funkcją jest „Quickly switch tabs using the omnibar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OmniTab
Pobierz pliki rozszerzeń OmniTab 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
OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.
Podstawowe informacje o rozszerzeniu
Nazwa | OmniTab |
ID | poegalffpegekkadabibgmjoinhahbbb |
Oficjalny URL | https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb |
Opis | Quickly switch tabs using the omnibar |
Rozmiar pliku | 63.65 KB |
Liczba instalacji | 378 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2013-02-20 |
Data Publikacji | 2013-02-20 |
Ocena | 4.31/5 Łącznie 13 Oceny |
Deweloper | James Kwan |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OmniTab", "version": "1.2.1", "description": "Quickly switch tabs using the omnibar", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "o" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |