New tabs to the front

Brings newly created tabs to the foreground.

Wat is New tabs to the front?

New tabs to the front is een Chrome-extensie ontwikkeld door amahnk, en de belangrijkste functie is "Brings newly created tabs to the foreground.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New tabs to the front

Download New tabs to the front-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Enjoy!                    

Basisinformatie over de Extensie

Naam New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
Officiële URL https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Beschrijving Brings newly created tabs to the foreground.
Bestandsgrootte 30.34 KB
Aantal Installaties 754
Huidige Versie 0.0.2
Laatst Bijgewerkt 2018-06-11
Publicatiedatum 2018-06-11
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar amahnk
Betalingswijze free
Ondersteunde Talen 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"
}