Disable automatic tab discarding

Stops Chrome from suspending tabs, and reloading them when you switch to them.

Disable automatic tab discarding क्या है?

Disable automatic tab discarding World_Languages द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stops Chrome from suspending tabs, and reloading them when you switch to them."।

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

screenshot

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

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

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

                        This extension automatically tells Chrome that every tab you open is "not auto discardable". This might help solve issues where Chrome kills more tabs than you would want to, however, this is not foolproof, and tabs might still get discarded if your system is out of memory.

No configuration needed, the extension will mark every open tab as "not auto discardable" as long as you installed the extension and haven't disabled it.

Want to make sure this extension is working? Go to chrome://discards in a new tab and see how every row has a cross in the "auto discardable" column.

👨‍💻 Open source: https://github.com/WorldLanguages/DoNotDiscard                    

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

नाम Disable automatic tab discarding Disable automatic tab discarding
ID dnhngfnfolbmhgealdpolmhimnoliiok
आधिकारिक URL https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok
विवरण Stops Chrome from suspending tabs, and reloading them when you switch to them.
फ़ाइल का आकार 29.12 KB
स्थापना संख्या 186,833
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2020-12-16
प्रकाशन तिथि 2019-11-03
रेटिंग 3.79/5 कुल 367 रेटिंग्स
डेवलपर World_Languages
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "1.0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "__MSG_manifest_title__",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "default_locale": "en"
}