Close My Tabs
Close all open tabs at once !!
Was ist Close My Tabs?
Close My Tabs ist eine Chrome-Erweiterung, die von intrendchrome entwickelt wurde, und ihr Hauptmerkmal ist "Close all open tabs at once !!".
Erweiterungsscreenshots
Close My Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Close My Tabs-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 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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nogodmiaohiadblfhmhibfmohlcmdpbh |
Offizielle URL | https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh |
Beschreibung | Close all open tabs at once !! |
Dateigröße | 97.71 KB |
Installationsanzahl | 767 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-01-16 |
Veröffentlichungsdatum | 2014-01-16 |
Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
Entwickler | intrendchrome |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |