Tabs to the Front

Optionally open new tabs in the front.

Tabs to the Front क्या है?

Tabs to the Front Great Chrome Extensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Optionally open new tabs in the front."।

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

screenshot

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

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

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

                        Causes new tabs to be brought to the front when opened.

The standard behaviour of Chrome is to only open tabs to the front when pressing the Ctrl key - which is not an option for touch displays or people with physical disabilities. The Chrome devs have stated several times that they do not intend to change this.

Features

* Brings newly opened tabs in the front.
* Popup menu allows you to disable it for a period of time.
* Options page (using new Chrome v40 styles).
* Change the button between toggle state or popup menu.
* "Donation..." link can be hidden via the options page.
* "Options..." link can be disable via options page (you can still open it by right-clicking or on the Extensions page).
* A domain ignore list - if both tabs are on ignored domains then don't bring the new one to the front.
* Hotkey support to toggle state and toggle ignoring domain.
* Hold the "Ctrl" key to disable.
* Locale support (translations welcome).                    

एक्सटेंशन की मूल जानकारी

नाम Tabs to the Front Tabs to the Front
ID hiembaoomcehoiehhdldabfgnmphappc
आधिकारिक URL https://chromewebstore.google.com/detail/tabs-to-the-front/hiembaoomcehoiehhdldabfgnmphappc
विवरण Optionally open new tabs in the front.
फ़ाइल का आकार 20.35 KB
स्थापना संख्या 89,119
वर्तमान संस्करण 2.6.3
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2017-06-18
रेटिंग 4.61/5 कुल 173 रेटिंग्स
डेवलपर Great Chrome Extensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Rycochet/Chrome/tree/master/Tabs%20to%20the%20Front
सहायता पृष्ठ URL https://github.com/Rycochet/Chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "t2tf",
    "version": "2.6.3",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/tabs-to-the-front\/hiembaoomcehoiehhdldabfgnmphappc",
    "author": "Ryc O'Chet ",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "__MSG_extTitleEnabled__",
        "default_icon": "icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "__MSG_keyboardShortcutToggle__"
        },
        "ignore": {
            "suggested_key": {
                "default": "Alt+Shift+T"
            },
            "description": "__MSG_keyboardShortcutIgnore__"
        }
    },
    "minimum_chrome_version": "88"
}