DoNotDiscard - Disable tab discard/suspend
Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.
DoNotDiscard - Disable tab discard/suspend क्या है?
DoNotDiscard - Disable tab discard/suspend Martin Wiechmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DoNotDiscard - Disable tab discard/suspend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a plugin to be able to keep the auto discard feature turned off for a custom set of URLs, managed by a list of URL keywords. See if this is working: Open "chrome://discards/" The column "AutoDiscardable" should be off for all tabs which are matching the filter list.
एक्सटेंशन की मूल जानकारी
नाम | DoNotDiscard - Disable tab discard/suspend |
ID | piohlfbmepkepkoiacedlalbmbkjfphc |
आधिकारिक URL | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
विवरण | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
फ़ाइल का आकार | 1019 KB |
स्थापना संख्या | 2,433 |
वर्तमान संस्करण | 3.0.3 |
अंतिम अपडेट | 2022-11-22 |
प्रकाशन तिथि | 2021-04-01 |
रेटिंग | 3.57/5 कुल 14 रेटिंग्स |
डेवलपर | Martin Wiechmann |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/MartinWie/DoNotSuspend |
सहायता पृष्ठ URL | https://github.com/MartinWie/DoNotSuspend/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_manifest_name__", "description": "__MSG_manifest_description__", "version": "3.0.3", "action": { "default_title": "__MSG_manifest_title__", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background-worker.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "storage" ], "default_locale": "en" } |