Close All Tabs
Close all open tabs, pinned tabs, and incognito mode tabs.
Wat is Close All Tabs?
Close All Tabs is een Chrome-extensie ontwikkeld door mark.smith56725, en de belangrijkste functie is "Close all open tabs, pinned tabs, and incognito mode tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Close All Tabs
Download Close All Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | cgclhkbaopocbigfahclandepkfhnnnf |
Officiële URL | https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf |
Beschrijving | Close all open tabs, pinned tabs, and incognito mode tabs. |
Bestandsgrootte | 30.15 KB |
Aantal Installaties | 5,908 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2022-10-04 |
Publicatiedatum | 2022-10-04 |
Ontwikkelaar | mark.smith56725 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://easytabcleanup.com |
Help Pagina-URL | https://easytabcleanup.com/?a=privacy |
URL van de Privacybeleid Pagina | http://easytabcleanup.com?a=privacy |
Ondersteunde Talen | 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" } |