Tab Finder

Search, pin and open tabs quickly.

Co to jest Tab Finder?

Tab Finder to rozszerzenie Chrome opracowane przez Mega Apps, a jego główną funkcją jest „Search, pin and open tabs quickly.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tab Finder

Pobierz pliki rozszerzeń Tab Finder 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

                        Find and navigate to any open tab by searching for the Title or URL. You can pin or close tabs directly from Tab Finder, too. 

Are you a keyboard shortcut virtuoso? We got you covered. You can use both your mouse and your keyboard to navigate through the list of tabs. Ctrl+Shift+Space brings up the extension. You can use the arrow keys to navigate between the tabs and hit enter to bring a tab in focus.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab Finder Tab Finder
ID akikgmngikhdhecndjkjcacfefdbnnin
Oficjalny URL https://chromewebstore.google.com/detail/tab-finder/akikgmngikhdhecndjkjcacfefdbnnin
Opis Search, pin and open tabs quickly.
Rozmiar pliku 454 KB
Liczba instalacji 570
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-12-31
Data Publikacji 2019-12-30
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Mega Apps
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Tab Finder",
    "name": "Tab Finder",
    "description": "Search, pin and open tabs quickly.",
    "version": "1.0",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+Space"
            }
        }
    }
}