Tab Finder
Search through tabs for title.
Co to jest Tab Finder?
Tab Finder to rozszerzenie Chrome opracowane przez https://hexagonvoxels.com, a jego główną funkcją jest „Search through tabs for title.”.
Zrzuty ekranu rozszerzenia
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
                        This extension allows you to search through your open tabs in order to find a tab that you are looking for.  It's helpful whenever you have many tabs open and your tab titles are truncated.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ofjeoodmfogpeinbafdommgdecgjelac | 
| Oficjalny URL | https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac | 
| Opis | Search through tabs for title. | 
| Rozmiar pliku | 285 KB | 
| Liczba instalacji | 46 | 
| Aktualna Wersja | 0.1.2 | 
| Ostatnia Aktualizacja | 2017-01-04 | 
| Data Publikacji | 2017-01-04 | 
| Deweloper | https://hexagonvoxels.com | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/zero298/TabFinder | 
| Adres URL Strony Pomocy | https://github.com/zero298/TabFinder | 
| Obsługiwane Języki | en,fr | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "0.1.2",
    "author": "zero298",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon16.png",
            "38": "img\/icon48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/tabfinder.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}  |  |