Tabs to Front v2

Brings newly created tabs to the foreground.

What is Tabs to Front v2?

Tabs to Front v2 is a Chrome extension developed by DougCuk42, and its main feature is "Brings newly created tabs to the foreground.".

Extension Screenshots

screenshot

Download Tabs to Front v2 Extension CRX File

Download Tabs to Front v2 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

                        New tabs open immediately instead of in the background.
Update of original "Tabs to the Front!" by Abarth (2010).

Chrome opens new tabs in the background and provides no option to switch to them immediately. This extension forces new tabs to open immediately. Basic, no frills, no extra features.                    

Extension Basic Information

Name Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
Official URL https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
Description Brings newly created tabs to the foreground.
File Size 10.93 KB
Installation Count 8,000
Current Version 2.1
Last Updated 2022-05-11
Publish Date 2019-01-02
Rating 4.46/5 Total 13 Ratings
Developer DougCuk42
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "manifest_version": 3,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabs to Front v2",
    "version": "2.1",
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "16": "icon-16.jpg",
        "32": "icon-32.jpg",
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "background": {
        "service_worker": "background.js",
        "permissions": [
            "tabs"
        ]
    }
}