Tabs Closer
Tabs Closer - closing all tabs of same domain
What is Tabs Closer?
Tabs Closer is a Chrome extension developed by Dmitry Lebedev, and its main feature is "Tabs Closer - closing all tabs of same domain".
Extension Screenshots
Download Tabs Closer Extension CRX File
Download Tabs Closer 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
Tabs Closer - will close all tabs of the same domain in one click.
Extension Basic Information
Name | Tabs Closer |
ID | kbjdilnofjdfokcgnpfcjogadbepemno |
Official URL | https://chromewebstore.google.com/detail/tabs-closer/kbjdilnofjdfokcgnpfcjogadbepemno |
Description | Tabs Closer - closing all tabs of same domain |
File Size | 23.04 KB |
Installation Count | 43 |
Current Version | 2.0.0 |
Last Updated | 2019-04-02 |
Publish Date | 2019-04-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Dmitry Lebedev |
Payment Type | free |
Supported Languages | en,ru,uk |
manifest.json | |
{ "background": { "scripts": [ "\/js\/background.js" ] }, "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "http:\/\/dmitrylebedev.io\/closy", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Tabs Closer", "browser_action": { "default_icon": "img\/icon48.png", "default_title": "__MSG_extIconDescription__" }, "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.0" } |