Child Tab Next

Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.

Child Tab Next क्या है?

Child Tab Next Gavin Borg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end."।

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

screenshot

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

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

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

                        A Google Chrome extension to force new/duplicated tabs (but not those opened from links) to open to the right of the current tab.

Inspired by "Tab to the Next" ( https://chrome.google.com/webstore/detail/tab-to-the-next/mpahcojfojbnloiafagggcdimaklphij/ )
Icons by New Mooon ( http://code.google.com/u/newmooon/ )

---

#### Changelog
* 1.0 (9/15/13)
  * Initial release.
* 2.0 (2/18/17)
  * Rewrote from scratch, should now be more reliable. Also added support for duplicating tabs.
* 2.1 (3/29/21)
  * Fix extension not working for new tabs (by checking tab.pendingUrl)
* 3.0 (2/13/24)
  * Update to support manifest v3

---

Please note that this was made for personal use, so replies and fixes may be significantly delayed.                    

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

नाम Child Tab Next Child Tab Next
ID nadhoeblpbehkmjbnoedmclliljoikbi
आधिकारिक URL https://chromewebstore.google.com/detail/child-tab-next/nadhoeblpbehkmjbnoedmclliljoikbi
विवरण Force new/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.
फ़ाइल का आकार 18.96 KB
स्थापना संख्या 682
वर्तमान संस्करण 3.0
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2017-05-07
रेटिंग 4.20/5 कुल 20 रेटिंग्स
डेवलपर Gavin Borg
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/theborg3of5/ChildTabNext
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Child Tab Next",
    "version": "3.0",
    "description": "Force new\/duplicated tabs (but not those opened via links) to open next to their opener, not at the very end.",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "incognito": "split"
}