New tabs to the front

Brings newly created tabs to the foreground.

Τι είναι το New tabs to the front;

Το New tabs to the front είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amahnk, και η κύρια λειτουργία του είναι "Brings newly created tabs to the foreground.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης New tabs to the front

Λήψη αρχείων επέκτασης New tabs to the front σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Enjoy!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα New tabs to the front New tabs to the front
ID dildejdbnjjfnpflnoplbfgcjpdlkjjm
Επίσημο URL https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm
Περιγραφή Brings newly created tabs to the foreground.
Μέγεθος Αρχείου 30.34 KB
Αριθμός Εγκαταστάσεων 754
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2018-06-11
Ημερομηνία Δημοσίευσης 2018-06-11
Αξιολόγηση 4.63/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής amahnk
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}