Kloser

Close all tabs and open default tab

Kloserとは何ですか?

KloserはAleksey Ivashinによって開発されたChromeの拡張機能で、その主な機能は「Close all tabs and open default tab」です。

拡張機能のスクリーンショット

screenshot

Kloser拡張機能のCRXファイルをダウンロード

Kloser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Kloser Kloser
ID joanfadldlkgclnmonllgcbnepcbfepk
公式URL https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk
説明 Close all tabs and open default tab
ファイルサイズ 9.99 KB
インストール数 14
現在のバージョン 3.0
最終更新日 2023-12-06
公開日 2017-04-20
評価 4.80/5 合計 5 レビュー
開発者 Aleksey Ivashin
Eメール [email protected]
支払い方法 free
対応言語 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": []
}