Don't discard

Disables automatic tab discarding feature, configurable for specific urls.

Don't discard क्या है?

Don't discard Yuhsak Inoue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disables automatic tab discarding feature, configurable for specific urls."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Don't discard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The conditions to determine which tabs to be disabled can be configured at option page using regular expression based on website's url, otherwise automatic discarding will be turned off for entire tabs by default.

The relevant tabs must be reloaded to be taking effect by this extension.

Note that only "turning off discarding" will be taking care of, which means that this extension never turns it on back once a tab were effected even if the tab doesn't hit the conditions any more.

To turn on the feature again, please configure it manually by visiting browser's discarding setting page.
Also relaunching the browser itself is one of the ways to sync the actual tab's states against the configured conditions.                    

एक्सटेंशन की मूल जानकारी

नाम Don't discard Don't discard
ID onodhifphgifinclhihikocgokedljbp
आधिकारिक URL https://chromewebstore.google.com/detail/dont-discard/onodhifphgifinclhihikocgokedljbp
विवरण Disables automatic tab discarding feature, configurable for specific urls.
फ़ाइल का आकार 58.26 KB
स्थापना संख्या 1,500
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2022-03-18
प्रकाशन तिथि 2022-03-18
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Yuhsak Inoue
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/yuhsak/dont-discard
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Don't discard",
    "description": "Disables automatic tab discarding feature, configurable for specific urls.",
    "version": "0.1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "option\/index.html",
    "permissions": [
        "tabs",
        "storage"
    ]
}