Bulky close tabs
Close multiple tabs by hostnames or position.
What is Bulky close tabs?
Bulky close tabs is a Chrome extension developed by eahta, and its main feature is "Close multiple tabs by hostnames or position.".
Extension Screenshots
Download Bulky close tabs Extension CRX File
Download Bulky close tabs 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
Version 1.0.3: The plugin only work on tabs in the current window. Close multiple tabs by host names or position. Example: "google, facebook": remove all tabs whose host name contain "google" or "facebook". "l": remove all tabs from the left side. "r": remove all tabs from the right side.
Extension Basic Information
Name | Bulky close tabs |
ID | ggpngjjjpfoplolfkljmlhkcgdefjgae |
Official URL | https://chromewebstore.google.com/detail/bulky-close-tabs/ggpngjjjpfoplolfkljmlhkcgdefjgae |
Description | Close multiple tabs by hostnames or position. |
File Size | 723 KB |
Installation Count | 85 |
Current Version | 1.0.3 |
Last Updated | 2016-03-26 |
Publish Date | 2016-03-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | eahta |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bulky close tabs", "description": "Close multiple tabs by hostnames or position.", "version": "1.0.3", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |