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 là gì?
DoNotDiscard - Disable tab discard/suspend là một tiện ích mở rộng Chrome được phát triển bởi Martin Wiechmann, và tính năng chính của nó là "Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DoNotDiscard - Disable tab discard/suspend
Tải xuống các tệp mở rộng DoNotDiscard - Disable tab discard/suspend 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DoNotDiscard - Disable tab discard/suspend |
ID | piohlfbmepkepkoiacedlalbmbkjfphc |
URL Chính Thức | https://chromewebstore.google.com/detail/donotdiscard-disable-tab/piohlfbmepkepkoiacedlalbmbkjfphc |
Mô tả | Stops Chrome from suspending specific tabs, and reloading them when you switch to them. Open chrome://discards for details. |
Kích Thước Tệp | 1019 KB |
Số Lần Cài Đặt | 2,433 |
Phiên Bản Hiện Tại | 3.0.3 |
Cập Nhật Lần Cuối | 2022-11-22 |
Ngày Phát Hành | 2021-04-01 |
Đánh Giá | 3.57/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Martin Wiechmann |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/MartinWie/DoNotSuspend |
URL Trang Trợ Giúp | https://github.com/MartinWie/DoNotSuspend/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |