Close Tabs to the Left

Adds a button to close all tabs to the left of the current tab.

什么是Close Tabs to the Left?

Close Tabs to the Left是由Erik Humphrey开发的Chrome扩展程序,该扩展的主要功能是“Adds a button to close all tabs to the left of the current tab.”。

扩展截图

screenshot

下载Close Tabs to the Left扩展crx文件

下载Close Tabs to the Left扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab.

Unlike most other extensions, it doesn't closed tabs you've pinned!                    

扩展基本信息

名称 Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
官方URL https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
简介 Adds a button to close all tabs to the left of the current tab.
文件大小 28.38 KB
安装次数 4,498
当前版本 1.2.1
更新时间 2021-05-11
上架时间 2019-06-26
评分 4.59/5 共29次评分
开发者 Erik Humphrey
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/ErikHumphrey/close-tabs-to-the-left
帮助页面URL https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Erik Humphrey",
    "action": {
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Close tabs to the left"
    },
    "background": {
        "service_worker": "TabCloseScript.js"
    },
    "description": "Adds a button to close all tabs to the left of the current tab.",
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Close Tabs to the Left",
    "short_name": "Close Left",
    "version": "1.2.1"
}