Kloser
Close all tabs and open default tab
Wat is Kloser?
Kloser is een Chrome-extensie ontwikkeld door Aleksey Ivashin, en de belangrijkste functie is "Close all tabs and open default tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Kloser
Download Kloser-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
Simple extension for closing all tabs in active window and opening New Tab Page or your selected page. You can edit settings of this extension, such as you can choose preferred tab which will be opened after using the extension and you can set will be extension close pinned tabs. Use the shortcut: Ctrl + Q
Basisinformatie over de Extensie
Naam | Kloser |
ID | joanfadldlkgclnmonllgcbnepcbfepk |
Officiële URL | https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk |
Beschrijving | Close all tabs and open default tab |
Bestandsgrootte | 9.99 KB |
Aantal Installaties | 14 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2023-12-06 |
Publicatiedatum | 2017-04-20 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Aleksey Ivashin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kloser", "author": "Aleksey Ivashin", "description": "Close all tabs and open default tab", "version": "3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "chromeos": "Ctrl+Q", "linux": "Ctrl+Q" } } }, "options_ui": { "page": "options\/options.html" }, "action": { "default_title": "Kloser", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": [] } |