Reload All Tabs
This extension reloads all tabs in the active window.
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 matthewlberg, và tính năng chính của nó là "This extension reloads all tabs in the active window.".
Ả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
This extension allows you to refresh all tabs with a simple click of a button. You can also use the keyboard shortcut Alt + Shift + R to reload all tabs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reload All Tabs |
ID | lgpdljdpanfecnpindkbnikegohoobci |
URL Chính Thức | https://chromewebstore.google.com/detail/reload-all-tabs/lgpdljdpanfecnpindkbnikegohoobci |
Mô tả | This extension reloads all tabs in the active window. |
Kích Thước Tệp | 4.38 KB |
Số Lần Cài Đặt | 46,699 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-01-16 |
Ngày Phát Hành | 2014-01-16 |
Đánh Giá | 4.47/5 Tổng số 58 Đánh Giá |
Nhà Phát Triển | matthewlberg |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "This extension reloads all tabs in the active window.", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "Reload all tabs" } }, "permissions": [ "tabs", "background" ] } |