Disable automatic tab discarding

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

Disable automatic tab discarding là gì?

Disable automatic tab discarding là một tiện ích mở rộng Chrome được phát triển bởi World_Languages, và tính năng chính của nó là "Stops Chrome from suspending tabs, and reloading them when you switch to them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disable automatic tab discarding

Tải xuống các tệp mở rộng Disable automatic tab discarding dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disable automatic tab discarding Disable automatic tab discarding
ID dnhngfnfolbmhgealdpolmhimnoliiok
URL Chính Thức https://chromewebstore.google.com/detail/disable-automatic-tab-dis/dnhngfnfolbmhgealdpolmhimnoliiok
Mô tả Stops Chrome from suspending tabs, and reloading them when you switch to them.
Kích Thước Tệp 29.12 KB
Số Lần Cài Đặt 186,833
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2020-12-16
Ngày Phát Hành 2019-11-03
Đánh Giá 3.79/5 Tổng số 367 Đánh Giá
Nhà Phát Triển World_Languages
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}