Lazy Tabs
Discard all inactive tabs (except pinned) at startup or by clicking an icon
Lazy Tabs क्या है?
Lazy Tabs Jman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discard all inactive tabs (except pinned) at startup or by clicking an icon"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lazy Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically discards all tabs at startup or on demand (on icon click) for reducing memory consumption and unnecessary bandwidth usage. Without tracking and any permissions. Source code: https://github.com/jman/lazy_tab
एक्सटेंशन की मूल जानकारी
नाम | Lazy Tabs |
ID | aabgbgciohhaogajcnacpgilhmacdahc |
आधिकारिक URL | https://chromewebstore.google.com/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc |
विवरण | Discard all inactive tabs (except pinned) at startup or by clicking an icon |
फ़ाइल का आकार | 10.38 KB |
स्थापना संख्या | 7,560 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-06-22 |
प्रकाशन तिथि | 2020-07-02 |
रेटिंग | 3.68/5 कुल 137 रेटिंग्स |
डेवलपर | Jman |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jman/lazy_tab |
सहायता पृष्ठ URL | https://github.com/jman/lazy_tab/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lazy Tabs", "version": "1.0.0", "manifest_version": 3, "description": "Discard all inactive tabs (except pinned) at startup or by clicking an icon", "incognito": "not_allowed", "minimum_chrome_version": "88", "action": { "default_title": "Discard other tabs", "default_icon": "ico_128.png" }, "background": { "service_worker": "background.js" }, "icons": { "128": "ico_128.png" } } |