Auto Closer
An extension that just close the tabs you don't need.
Auto Closer क्या है?
Auto Closer Mt.blue81 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that just close the tabs you don't need."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Closer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
1. Add your site URL. (as a regular expression) option-image 2. Then open your site. 3. Site will close in a second. It is mainly intended for closing tabs that are no longer needed when opening applications via a browser. The delay to close can be changed in the extension option.
एक्सटेंशन की मूल जानकारी
नाम | Auto Closer |
ID | ligkadlbclfnnfgjmeplpebnjdgcembn |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-closer/ligkadlbclfnnfgjmeplpebnjdgcembn |
विवरण | An extension that just close the tabs you don't need. |
फ़ाइल का आकार | 13.68 KB |
स्थापना संख्या | 579 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2023-10-30 |
प्रकाशन तिथि | 2021-01-13 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Mt.blue81 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/MtBlue81/auto-closer |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Closer", "version": "2.1.0", "description": "An extension that just close the tabs you don't need.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ " |