Close tabs to the left
Allows to close all tabs to the left
Qu'est-ce que Close tabs to the left ?
Close tabs to the left est une extension Chrome développée par Acinonyx, et sa fonction principale est "Allows to close all tabs to the left".
Télécharger le fichier CRX de l'extension Close tabs to the left
Téléchargez les fichiers d'extension Close tabs to the left 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 opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.
Informations de Base sur l'Extension
Nom | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
URL Officiel | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
Description | Allows to close all tabs to the left |
Taille du Fichier | 9.79 KB |
Nombre d'Installations | 2,724 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-02-18 |
Date de Publication | 2013-02-18 |
Évaluation | 4.12/5 Total 41 Évaluations |
Développeur | Acinonyx |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close tabs to the left", "version": "1.3", "description": "Allows to close all tabs to the left", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Close tabs to the left", "default_icon": "close_icon.png" }, "manifest_version": 2 } |