New tabs to the front

Brings newly created tabs to the foreground.

Vad är New tabs to the front?

New tabs to the front är en Chrome-tillägg utvecklad av amahnk, och dess huvudfunktion är "Brings newly created tabs to the foreground.".

Tilläggsskärmbilder

screenshot

Ladda ner New tabs to the front-förlängningens CRX-fil

Ladda ner New tabs to the front-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

                        This extension forces new tabs to open in the foreground, rather than the background.

Enjoy!                    

Grundläggande Information om Tillägg

Namn New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
Officiell webbadress https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Beskrivning Brings newly created tabs to the foreground.
Filstorlek 30.34 KB
Antal Installationer 754
Aktuell Version 0.0.2
Senast Uppdaterad 2018-06-11
Publiceringsdatum 2018-06-11
Betyg 4.63/5 Totalt 8 Betyg
Utvecklare amahnk
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "Brings newly created tabs to the foreground.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "name": "New tabs to the front",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2"
}