Close tabs to the left
Allows to close all tabs to the left
Was ist Close tabs to the left?
Close tabs to the left ist eine Chrome-Erweiterung, die von Acinonyx entwickelt wurde, und ihr Hauptmerkmal ist "Allows to close all tabs to the left".
Close tabs to the left-Erweiterungs-CRX-Datei herunterladen
Laden Sie Close tabs to the left-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
Offizielle URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
Beschreibung | Allows to close all tabs to the left |
Dateigröße | 9.79 KB |
Installationsanzahl | 2,724 |
Aktuelle Version | 1.3 |
Letztes Update | 2013-02-18 |
Veröffentlichungsdatum | 2013-02-18 |
Bewertung | 4.12/5 Insgesamt 41 Bewertungen |
Entwickler | Acinonyx |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |