Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
什么是Close Tabs To The Left?
Close Tabs To The Left是由fr1sk开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to close chrome tabs to the left, with one press of the button”。
扩展截图
下载Close Tabs To The Left扩展crx文件
下载Close Tabs To The Left扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
扩展基本信息
名称 | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
官方URL | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
简介 | This extension allows the user to close chrome tabs to the left, with one press of the button |
文件大小 | 11.62 KB |
安装次数 | 35 |
当前版本 | 1.2 |
更新时间 | 2019-02-22 |
上架时间 | 2019-02-22 |
开发者 | fr1sk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |