Tab Discard (Suspender)
Easily suspend inactive tabs and save up memory for your browser.
Tab Discard (Suspender) क्या है?
Tab Discard (Suspender) chYer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily suspend inactive tabs and save up memory for your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Discard (Suspender) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tab Discard (Suspender) is an extension that lets you easily suspend either all inactive tabs or just the active tab by clicking on the toolbar button. In principle, suspending tabs can reduce the browser memory and enhances your browsing experience. When you click on a suspended tab (make it active) it will be loaded with the previous content automatically. This addon is useful when you have several open tabs, you can suspend them all (free up the memory) with just one click and then visit them one-by-one to unsuspend. This way, your browser will use the least amount of memory and have a better performance. Please right-click on the toolbar button and then select the desired option for suspending tabs (i.e. active or inactive tabs). To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/tab-discard.html) and fill the bug report form.
एक्सटेंशन की मूल जानकारी
नाम | Tab Discard (Suspender) |
ID | eackfaijnihopppechdgblecghggkome |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-discard-suspender/eackfaijnihopppechdgblecghggkome |
विवरण | Easily suspend inactive tabs and save up memory for your browser. |
फ़ाइल का आकार | 19.15 KB |
स्थापना संख्या | 628 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2023-03-05 |
प्रकाशन तिथि | 2017-10-26 |
रेटिंग | 4.25/5 कुल 8 रेटिंग्स |
डेवलपर | chYer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/tab-discard.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/tab-discard.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "offline_enabled": true, "name": "Tab Discard (Suspender)", "homepage_url": "https:\/\/mybrowseraddon.com\/tab-discard.html", "description": "Easily suspend inactive tabs and save up memory for your browser.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus", "notifications" ], "action": { "default_title": "Tab Discard (Suspender)", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "tab-discard": { "description": "Tab Discard (Suspender)", "suggested_key": { "default": "Alt+Shift+D" } } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |