Close All Tabs
Close all open tabs. Optionally close pinned tabs and incognito mode tabs.
Wat is Close All Tabs?
Close All Tabs is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Close all open tabs. Optionally close pinned tabs and incognito mode tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Close All Tabs
Download Close All 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
Use the toolbar button, keyboard command (alt + w) or the context menu options to quickly close open tabs. Change the default setting for the toolbar button, and open a particular URL after closing all the tabs. Optionally close pinned tabs and incognito mode tabs. Visit our homepage for detailed user guide: https://browsernative.com/close-all-tabs-extension/
Basisinformatie over de Extensie
Naam | Close All Tabs |
ID | jcokdfogijmigonkhckmhldgofjmfdak |
Officiële URL | https://chromewebstore.google.com/detail/close-all-tabs/jcokdfogijmigonkhckmhldgofjmfdak |
Beschrijving | Close all open tabs. Optionally close pinned tabs and incognito mode tabs. |
Bestandsgrootte | 16.18 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2021-04-05 |
Publicatiedatum | 2020-05-20 |
Beoordeling | 4.43/5 Totaal 46 Beoordelingen |
Ontwikkelaar | https://browsernative.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://browsernative.com/close-all-tabs-extension/ |
Help Pagina-URL | https://browsernative.com/close-all-tabs-extension/ |
URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close All Tabs", "description": "Close all open tabs. Optionally close pinned tabs and incognito mode tabs.", "version": "1.1.1", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Close All Tabs" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } }, "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "permissions": [ "contextMenus" ], "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/close-all-tabs-extension\/" } |