Close My Tabs
Close all open tabs at once !!
Wat is Close My Tabs?
Close My Tabs is een Chrome-extensie ontwikkeld door intrendchrome, en de belangrijkste functie is "Close all open tabs at once !!".
Extensie Screenshots
Download het CRX-bestand van de extensie Close My Tabs
Download Close My Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nogodmiaohiadblfhmhibfmohlcmdpbh |
Officiële URL | https://chrome.google.com/webstore/detail/close-my-tabs/nogodmiaohiadblfhmhibfmohlcmdpbh |
Beschrijving | Close all open tabs at once !! |
Bestandsgrootte | 97.71 KB |
Aantal Installaties | 767 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-16 |
Publicatiedatum | 2014-01-16 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | intrendchrome |
Betalingswijze | free |
Ondersteunde Talen | 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" } |