Chrome Tab Unloader
This extension gives you a button to save your system resources by replacing open tabs with placeholders.
Chrome Tab Unloader là gì?
Chrome Tab Unloader là một tiện ích mở rộng Chrome được phát triển bởi idupree, và tính năng chính của nó là "This extension gives you a button to save your system resources by replacing open tabs with placeholders.".
Ả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 Chrome Tab Unloader
Tải xuống các tệp mở rộng Chrome Tab Unloader 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
Chrome Tab Unloader gives you a simple button to unload the current tab, or all tabs. You might do this in order to save on system resources (RAM, CPU), or to make the tab quiet. Reload the tab just by clicking in its content area.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome Tab Unloader |
ID | ncifninngopkimemifelcaelaaigceod |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-tab-unloader/ncifninngopkimemifelcaelaaigceod |
Mô tả | This extension gives you a button to save your system resources by replacing open tabs with placeholders. |
Kích Thước Tệp | 14.05 KB |
Số Lần Cài Đặt | 160 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-10-20 |
Ngày Phát Hành | 2016-10-20 |
Đánh Giá | 2.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | idupree |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/idupree/chrome-tab-unloader |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Tab Unloader", "short_name": "Tab Unloader", "description": "This extension gives you a button to save your system resources by replacing open tabs with placeholders.", "version": "1.0.2", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "homepage_url": "https:\/\/github.com\/idupree\/chrome-tab-unloader", "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "chrome:\/\/favicon\/" ] } |