Kloser

Close all tabs and open default tab

What is Kloser?

Kloser is a Chrome extension developed by Aleksey Ivashin, and its main feature is "Close all tabs and open default tab".

Extension Screenshots

screenshot

Download Kloser Extension CRX File

Download Kloser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Kloser Kloser
ID joanfadldlkgclnmonllgcbnepcbfepk
Official URL https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk
Description Close all tabs and open default tab
File Size 9.99 KB
Installation Count 14
Current Version 3.0
Last Updated 2023-12-06
Publish Date 2017-04-20
Rating 4.80/5 Total 5 Ratings
Developer Aleksey Ivashin
Email [email protected]
Payment Type free
Supported Languages 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": []
}