Tabs Navigator
This extension provides list of all tabs and easy navigaiton within tabs.
Co to jest Tabs Navigator?
Tabs Navigator to rozszerzenie Chrome opracowane przez anjali.tulsyan, a jego główną funkcją jest „This extension provides list of all tabs and easy navigaiton within tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tabs Navigator
Pobierz pliki rozszerzeń Tabs Navigator 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
Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong). From that interface, it provides quick or one-click navigation among tabs though belonging to different to window. Along with that individual tab and individual window features.
Podstawowe informacje o rozszerzeniu
Nazwa | Tabs Navigator |
ID | knocogeijdfjgppaloipnpchgalcmphe |
Oficjalny URL | https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe |
Opis | This extension provides list of all tabs and easy navigaiton within tabs. |
Rozmiar pliku | 63.29 KB |
Liczba instalacji | 32 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2017-09-21 |
Data Publikacji | 2017-09-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | anjali.tulsyan |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Navigator", "short_name": "Tabs Nav", "description": "This extension provides list of all tabs and easy navigaiton within tabs.", "version": "2.1", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |