Close All Tabs
Close all open tabs, pinned tabs, and incognito mode tabs.
Qu'est-ce que Close All Tabs ?
Close All Tabs est une extension Chrome développée par mark.smith56725, et sa fonction principale est "Close all open tabs, pinned tabs, and incognito mode tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Close All Tabs
Téléchargez les fichiers d'extension Close All Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | cgclhkbaopocbigfahclandepkfhnnnf |
URL Officiel | https://chromewebstore.google.com/detail/close-all-tabs/cgclhkbaopocbigfahclandepkfhnnnf |
Description | Close all open tabs, pinned tabs, and incognito mode tabs. |
Taille du Fichier | 30.15 KB |
Nombre d'Installations | 5,908 |
Version Actuelle | 1.1.7 |
Dernière Mise à Jour | 2022-10-04 |
Date de Publication | 2022-10-04 |
Développeur | mark.smith56725 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://easytabcleanup.com |
URL de la Page d'Aide | https://easytabcleanup.com/?a=privacy |
URL de la Page de Politique de Confidentialité | http://easytabcleanup.com?a=privacy |
Langues Prises en Charge | 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" } |