Awesome Window & Tab Manager
Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.
Co to jest Awesome Window & Tab Manager?
Awesome Window & Tab Manager to rozszerzenie Chrome opracowane przez https://upway2late.com, a jego główną funkcją jest „Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Awesome Window & Tab Manager
Pobierz pliki rozszerzeń Awesome Window & Tab Manager 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
Awesome Window & Tab Manager does the following: (1) - Tells you how many Chrome windows and tabs are open. (2) - Displays all the windows and tabs. (3) - Allows text filtering (searching) on the windows and tabs. (4) - Allows alphabetic sorting of tabs. (5) - Categorizes tabs by window, domain, or category. (6) - Categories are determined by your own bookmark structure. (7) - Window, domain, or category groups can be refreshed or closed. (8) - All windows and tabs can be saved and restored later. (9) - Window, domain, or category groups can be saved and restored later. (10) - Unbookmarked tabs can be bookmarked. Note: Google Chrome version 16 or higher is required for tab refreshing functionality.
Podstawowe informacje o rozszerzeniu
Nazwa | Awesome Window & Tab Manager |
ID | nfjaddknccljfohoaekkibpcceeenkah |
Oficjalny URL | https://chromewebstore.google.com/detail/awesome-window-tab-manage/nfjaddknccljfohoaekkibpcceeenkah |
Opis | Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving. |
Rozmiar pliku | 81.28 KB |
Liczba instalacji | 1,570 |
Aktualna Wersja | 1.0.0.1 |
Ostatnia Aktualizacja | 2016-09-22 |
Data Publikacji | 2016-09-22 |
Ocena | 3.82/5 Łącznie 28 Oceny |
Deweloper | https://upway2late.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.upway2late.com/projects/awesome-window-tab-manager |
Adres URL Strony Pomocy | http://www.upway2late.com/projects/awesome-window-tab-manager |
Adres URL Strony Polityki Prywatności | http://www.upway2late.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Awesome Window & Tab Manager", "version": "1.0.0.1", "description": "Displays a list of all windows and tabs open in Google Chrome. Allows filtering, sorting, refreshing, bookmarking, and saving.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_19.png", "default_title": "Awesome Window & Tab Manager", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |