New Tabs at End 3000
Forces new tabs to open at the end of the tab strip.
New Tabs at End 3000 क्या है?
New Tabs at End 3000 Sugarbranch, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces new tabs to open at the end of the tab strip."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tabs at End 3000 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly
एक्सटेंशन की मूल जानकारी
नाम | New Tabs at End 3000 |
ID | bboielpmccpfkhggghgpimeblacofahc |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc |
विवरण | Forces new tabs to open at the end of the tab strip. |
फ़ाइल का आकार | 9.58 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 3.0.0.2 |
अंतिम अपडेट | 2022-06-13 |
प्रकाशन तिथि | 2021-08-29 |
रेटिंग | 4.21/5 कुल 14 रेटिंग्स |
डेवलपर | Sugarbranch, Inc. |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tsuliwaensis/New-Tabs-at-End-3000 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "Forces new tabs to open at the end of the tab strip.", "icons": { "128": "skin\/icon-128.png", "16": "skin\/icon-16.png", "48": "skin\/icon-48.png" }, "manifest_version": 3, "name": "New Tabs at End 3000", "version": "3.0.0.2" } |