Close My Tabs
Close all open tabs at once !!
Qu'est-ce que Close My Tabs ?
Close My Tabs est une extension Chrome développée par intrendchrome, et sa fonction principale est "Close all open tabs at once !!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Close My Tabs
Téléchargez les fichiers d'extension Close My 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
Too many tabs open? Close My Tabs will close them all at once with the click of a button. You can also set it to ask you before closing all the tabs. Just go to options and set the proper settings.
Informations de Base sur l'Extension
Nom | |
ID | nogodmiaohiadblfhmhibfmohlcmdpbh |
URL Officiel | https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh |
Description | Close all open tabs at once !! |
Taille du Fichier | 97.71 KB |
Nombre d'Installations | 767 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-16 |
Date de Publication | 2014-01-16 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | intrendchrome |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close My Tabs", "description": "Close all open tabs at once !!", "version": "1.0", "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "CloseMyTabs_Icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "options.html" } |