Reload All Tabs
Reload all tabs using keyboard shortcut or toolbar button.
Reload All Tabs là gì?
Reload All Tabs là một tiện ích mở rộng Chrome được phát triển bởi Benni, và tính năng chính của nó là "Reload all tabs using keyboard shortcut or toolbar button.".
Ả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 Reload All Tabs
Tải xuống các tệp mở rộng Reload All Tabs 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
Reload All Tabs is a lite extension that let you easily reload all tabs with click of a button. Simply add this add-on to your browser and click on the - Reload All Tabs - toolbar icon. All open tabs will be reloaded upon clicking on the toolbar button. You can exclude tabs based on pin, active, audible, discard or private states. If you want to exclude certain tabs from reloading, please visit the options page and mark the desired option. Please note that, you cannot exclude a tab based on the URL. If you have a feature request, or you want to report a bug, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/reload-all-tabs.html).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reload All Tabs |
ID | biidfoapgncnlhpdhjapkkbankbnnhnj |
URL Chính Thức | https://chromewebstore.google.com/detail/reload-all-tabs/biidfoapgncnlhpdhjapkkbankbnnhnj |
Mô tả | Reload all tabs using keyboard shortcut or toolbar button. |
Kích Thước Tệp | 24.58 KB |
Số Lần Cài Đặt | 27,282 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2023-07-30 |
Ngày Phát Hành | 2019-12-23 |
Đánh Giá | 4.06/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | Benni |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/reload-all-tabs.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/reload-all-tabs.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3", "manifest_version": 3, "offline_enabled": true, "name": "Reload All Tabs", "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/reload-all-tabs.html", "description": "Reload all tabs using keyboard shortcut or toolbar button.", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "commands": { "reload-action": { "description": "Reload All Tabs", "suggested_key": { "mac": "Alt+Shift+C", "default": "Alt+Shift+C" } } }, "action": { "default_title": "Reload All Tabs", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |