Auto-Close New Tabs
Allow only one new tab page at a time.
What is Auto-Close New Tabs?
Auto-Close New Tabs is a Chrome extension developed by eliasedgren1, and its main feature is "Allow only one new tab page at a time.".
Extension Screenshots
Download Auto-Close New Tabs Extension CRX File
Download Auto-Close New 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
Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.
Extension Basic Information
Name | Auto-Close New Tabs |
ID | flenhhkdfknhebichfkhmefaoembifcm |
Official URL | https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm |
Description | Allow only one new tab page at a time. |
File Size | 28.04 KB |
Installation Count | 32 |
Current Version | 0.0.0.2 |
Last Updated | 2021-12-29 |
Publish Date | 2021-12-27 |
Developer | eliasedgren1 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto-Close New Tabs", "version": "0.0.0.2", "description": "Allow only one new tab page at a time.", "manifest_version": 3, "incognito": "not_allowed", "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |