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": [ " |