Tabs to Front v2

Brings newly created tabs to the foreground.

Vad är Tabs to Front v2?

Tabs to Front v2 är en Chrome-tillägg utvecklad av DougCuk42, och dess huvudfunktion är "Brings newly created tabs to the foreground.".

Tilläggsskärmbilder

screenshot

Ladda ner Tabs to Front v2-förlängningens CRX-fil

Ladda ner Tabs to Front v2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tabs to Front v2 Tabs to Front v2
ID iiojfifkpjkhcdjfgekmfobhfdohlecg
Officiell webbadress https://chromewebstore.google.com/detail/tabs-to-front-v2/iiojfifkpjkhcdjfgekmfobhfdohlecg
Beskrivning Brings newly created tabs to the foreground.
Filstorlek 10.93 KB
Antal Installationer 8,000
Aktuell Version 2.1
Senast Uppdaterad 2022-05-11
Publiceringsdatum 2019-01-02
Betyg 4.46/5 Totalt 13 Betyg
Utvecklare DougCuk42
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}