Don't discard

Disables automatic tab discarding feature, configurable for specific urls.

Don't discard là gì?

Don't discard là một tiện ích mở rộng Chrome được phát triển bởi Yuhsak Inoue, và tính năng chính của nó là "Disables automatic tab discarding feature, configurable for specific urls.".

Ả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 Don't discard

Tải xuống các tệp mở rộng Don't discard 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

                        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.                    

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

Tên Don't discard Don't discard
ID onodhifphgifinclhihikocgokedljbp
URL Chính Thức https://chromewebstore.google.com/detail/dont-discard/onodhifphgifinclhihikocgokedljbp
Mô tả Disables automatic tab discarding feature, configurable for specific urls.
Kích Thước Tệp 58.26 KB
Số Lần Cài Đặt 1,500
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2022-03-18
Ngày Phát Hành 2022-03-18
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Yuhsak Inoue
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yuhsak/dont-discard
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}