New tabs to the front

Brings newly created tabs to the foreground.

New tabs to the front क्या है?

New tabs to the front amahnk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings newly created tabs to the foreground."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New tabs to the front एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}