Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Auto Close Tab क्या है?
Auto Close Tab newpscoder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension runs in the background and will close any tab opened where the URL begins with ie:http"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Close Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds. Required is a registry key update for full functionality. Please see the following website for information. https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome
एक्सटेंशन की मूल जानकारी
नाम | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
विवरण | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
फ़ाइल का आकार | 3.21 KB |
स्थापना संख्या | 482 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2018-12-20 |
प्रकाशन तिथि | 2018-12-20 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | newpscoder |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Close Tab", "version": "2.0", "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |