Double Middle-Click Close Tab
Double click mouse middle button to close current tab.
What is Double Middle-Click Close Tab?
Double Middle-Click Close Tab is a Chrome extension developed by Shawn Cheng, and its main feature is "Double click mouse middle button to close current tab.".
Extension Screenshots
Download Double Middle-Click Close Tab Extension CRX File
Download Double Middle-Click Close Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Double click mouse middle button to close current tab. Click time interval can be set within option page. Known bugs: * Need to refresh site or restart Chrome before it'll work. * Doesn't work on Chrome:// URLs or the Chrome Web Store, restricted by Chrome for security reasons. * May not work in Windows due to the default AutoScroll function.
Extension Basic Information
Name | |
ID | meepebiimbmfopmaempaogpnnigjjcjg |
Official URL | https://chromewebstore.google.com/detail/double-middle-click-close/meepebiimbmfopmaempaogpnnigjjcjg |
Description | Double click mouse middle button to close current tab. |
File Size | 10.12 KB |
Installation Count | 49 |
Current Version | 1.0.3 |
Last Updated | 2022-04-19 |
Publish Date | 2022-04-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Shawn Cheng |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Double Middle-Click Close Tab", "description": "Double click mouse middle button to close current tab.", "version": "1.0.3", "icons": { "128": "icon.png" }, "background": { "service_worker": "bg.js" }, "action": { "default_icon": "icon.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "scripting", "storage" ], "host_permissions": [ " |