Close All Tabs
Close all open tabs, pinned tabs, and incognito mode tabs.
Co to jest Close All Tabs?
Close All Tabs to rozszerzenie Chrome opracowane przez mark.smith56725, a jego główną funkcją jest „Close all open tabs, pinned tabs, and incognito mode tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Close All Tabs
Pobierz pliki rozszerzeń Close All Tabs 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
Easy Tab Cleanup is the quickest way to manage your chrome tabs. Allows for quick and easy access to close tabs manage tabs, and customize options for private browsing mode. easy Tab clean-up allows for users to specify certain settings and save these settings in your browser. Easy Tab Clean Up does not save your personal data. To find out more please visit easytabcleanup.com/?a=privacy
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cgclhkbaopocbigfahclandepkfhnnnf |
Oficjalny URL | https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf |
Opis | Close all open tabs, pinned tabs, and incognito mode tabs. |
Rozmiar pliku | 30.15 KB |
Liczba instalacji | 5,908 |
Aktualna Wersja | 1.1.7 |
Ostatnia Aktualizacja | 2022-10-04 |
Data Publikacji | 2022-10-04 |
Deweloper | mark.smith56725 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://easytabcleanup.com |
Adres URL Strony Pomocy | https://easytabcleanup.com/?a=privacy |
Adres URL Strony Polityki Prywatności | http://easytabcleanup.com?a=privacy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/128.png", "default_title": "Easy Tab Clean Up" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+W" } } }, "description": "Close all open tabs, pinned tabs, and incognito mode tabs.", "homepage_url": "https:\/\/easytabcleanup.com\/", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "Close All Tabs", "options_ui": { "open_in_tab": true, "page": "\/options\/options.html" }, "permissions": [ "contextMenus", "webNavigation", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.7" } |