Close tabs to the left
Allows to close all tabs to the left
什么是Close tabs to the left?
Close tabs to the left是由Acinonyx开发的Chrome扩展程序,该扩展的主要功能是“Allows to close all tabs to the left”。
下载Close tabs to the left扩展crx文件
下载Close tabs to the left扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.
扩展基本信息
名称 | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
官方URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
简介 | Allows to close all tabs to the left |
文件大小 | 9.79 KB |
安装次数 | 2,724 |
当前版本 | 1.3 |
更新时间 | 2013-02-18 |
上架时间 | 2013-02-18 |
评分 | 4.12/5 共41次评分 |
开发者 | Acinonyx |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close tabs to the left", "version": "1.3", "description": "Allows to close all tabs to the left", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Close tabs to the left", "default_icon": "close_icon.png" }, "manifest_version": 2 } |