Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
Open New Tab After Current Tab क्या है?
Open New Tab After Current Tab https://arnaudligny.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens new tab after the active tab, instead of last position."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open New Tab After Current Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.
एक्सटेंशन की मूल जानकारी
नाम | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
विवरण | Opens new tab after the active tab, instead of last position. |
फ़ाइल का आकार | 12.24 KB |
स्थापना संख्या | 5,147 |
वर्तमान संस्करण | 0.4.7 |
अंतिम अपडेट | 2024-01-17 |
प्रकाशन तिथि | 2020-01-20 |
रेटिंग | 4.41/5 कुल 29 रेटिंग्स |
डेवलपर | https://arnaudligny.fr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
सहायता पृष्ठ URL | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open New Tab After Current Tab", "version": "0.4.7", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/", "author": "Arnaud Ligny", "manifest_version": 2, "minimum_chrome_version": "52", "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |