One Tab Only
This extension makes sure there will be only one tab open for the specified/configured domain URL.
One Tab Only क्या है?
One Tab Only tamas.janky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes sure there will be only one tab open for the specified/configured domain URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में One Tab Only एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If change happens on any tab URL, the extension will check if the domain of new URL is matching with the defined and configured domain URL pattern.In case if there is a match all the tabs will be checked for configured domain URL, and if any tab found with the same domain the new URL will be opened in the already existing tab and the tab sourcing the URL will be closed. You can configure the domain URL from the extension options link on the extension details page. The extension is also sending notification if a match happen what can be switched off on the options screen.
एक्सटेंशन की मूल जानकारी
नाम | One Tab Only |
ID | cdkbmeoilbjdnbaonjnenjdafkgaeabo |
आधिकारिक URL | https://chromewebstore.google.com/detail/one-tab-only/cdkbmeoilbjdnbaonjnenjdafkgaeabo |
विवरण | This extension makes sure there will be only one tab open for the specified/configured domain URL. |
फ़ाइल का आकार | 18.85 KB |
स्थापना संख्या | 1,670 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2022-12-11 |
प्रकाशन तिथि | 2015-10-22 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | tamas.janky |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "daemon.js" }, "description": "This extension makes sure there will be only one tab open for the specified\/configured domain URL.", "manifest_version": 3, "name": "One Tab Only", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options_page.html", "permissions": [ "tabs", "storage", "notifications", "webRequest" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.0.2" } |