Close All Tabs
Close all open tabs. Optionally close pinned tabs and incognito mode tabs.
Qu'est-ce que Close All Tabs ?
Close All Tabs est une extension Chrome développée par https://browsernative.com, et sa fonction principale est "Close all open tabs. Optionally close 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
Use the toolbar button, keyboard command (alt + w) or the context menu options to quickly close open tabs. Change the default setting for the toolbar button, and open a particular URL after closing all the tabs. Optionally close pinned tabs and incognito mode tabs. Visit our homepage for detailed user guide: https://browsernative.com/close-all-tabs-extension/
Informations de Base sur l'Extension
Nom | Close All Tabs |
ID | jcokdfogijmigonkhckmhldgofjmfdak |
URL Officiel | https://chromewebstore.google.com/detail/close-all-tabs/jcokdfogijmigonkhckmhldgofjmfdak |
Description | Close all open tabs. Optionally close pinned tabs and incognito mode tabs. |
Taille du Fichier | 16.18 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2021-04-05 |
Date de Publication | 2020-05-20 |
Évaluation | 4.43/5 Total 46 Évaluations |
Développeur | https://browsernative.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/close-all-tabs-extension/ |
URL de la Page d'Aide | https://browsernative.com/close-all-tabs-extension/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close All Tabs", "description": "Close all open tabs. Optionally close pinned tabs and incognito mode tabs.", "version": "1.1.1", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Close All Tabs" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } }, "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "permissions": [ "contextMenus" ], "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/close-all-tabs-extension\/" } |