Close Current Tab Button
A close tab button adds to the toolbar.
Qu'est-ce que Close Current Tab Button ?
Close Current Tab Button est une extension Chrome développée par Piak, et sa fonction principale est "A close tab button adds to the toolbar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Close Current Tab Button
Téléchargez les fichiers d'extension Close Current Tab Button 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
Single click close tab button adds to the toolbar. Useful when you have many tabs opened and need to close them faster. Port Firefox add-ons to Chrome : Simple Close Tab button v1.2 Release Note: 1.0.2 - Remove unused initialize permission.
Informations de Base sur l'Extension
Nom | Close Current Tab Button |
ID | jpbiknamaihiojmalpahjdcoognffldc |
URL Officiel | https://chromewebstore.google.com/detail/close-current-tab-button/jpbiknamaihiojmalpahjdcoognffldc |
Description | A close tab button adds to the toolbar. |
Taille du Fichier | 5.58 KB |
Nombre d'Installations | 433 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-03-09 |
Date de Publication | 2023-03-09 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Piak |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Current Tab Button", "version": "1.0.2", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "A close tab button adds to the toolbar.", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" } } |