Unique Tabs
Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
Unique Tabs क्या है?
Unique Tabs [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unique Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.
एक्सटेंशन की मूल जानकारी
नाम | Unique Tabs |
ID | cicbejncjmbkbahiicbiflndmhbcgibk |
आधिकारिक URL | https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk |
विवरण | Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window. |
फ़ाइल का आकार | 12.87 KB |
स्थापना संख्या | 3,131 |
वर्तमान संस्करण | 0.6 |
अंतिम अपडेट | 2015-06-10 |
प्रकाशन तिथि | 2015-06-10 |
रेटिंग | 4.24/5 कुल 29 रेटिंग्स |
डेवलपर | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/joeyAghion/unique_tabs |
सहायता पृष्ठ URL | http://github.com/joeyAghion/unique_tabs |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unique Tabs", "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.", "version": "0.6", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "notifications", "webNavigation" ], "web_accessible_resources": [ "icon48.png" ], "manifest_version": 2 } |