Click Close Tab
A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but…
什么是Click Close Tab?
Click Close Tab是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but…”。
下载Click Close Tab扩展crx文件
下载Click Close Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but is a bit screwy on OSX. In OSX, it only works if left clicking, holding left, then right clicking. This will not work if you've right clicked first and the context menu is open in OSX. If you right click and the context menu opens, left click elsewhere to close it, then left click, hold, right click to close the tab.
扩展基本信息
名称 | Click Close Tab |
ID | mldgnecagdcghceibglikakhcmfcglkf |
官方URL | https://chromewebstore.google.com/detail/click-close-tab/mldgnecagdcghceibglikakhcmfcglkf |
简介 | A simple extension that will close tabs by clicking left & right mouse buttons at the same time. Note: Works well on Windows, but… |
文件大小 | 3.68 KB |
安装次数 | 45 |
当前版本 | 1.2 |
更新时间 | 2017-11-15 |
上架时间 | 2017-11-15 |
评分 | 5.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click Close Tab", "manifest_version": 2, "version": "1.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |