Chrome Devtools Refresh Button
Adds a simple refresh button (tab) to the Devtools window.
Chrome Devtools Refresh Button là gì?
Chrome Devtools Refresh Button là một tiện ích mở rộng Chrome được phát triển bởi kynetiv, và tính năng chính của nó là "Adds a simple refresh button (tab) to the Devtools 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 Chrome Devtools Refresh Button
Tải xuống các tệp mở rộng Chrome Devtools Refresh Button 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
Why? Sometimes you just want a refresh button in your devtools window instead of moving your hand from chin to keyboard for a `cmd + R`. Or maybe you're so deep into devtools with _many_ windows open and you simply can't quickly navigate to the current inspected window.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkecfhjbpefgainnffmholmcpfaabiib |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib |
Mô tả | Adds a simple refresh button (tab) to the Devtools window. |
Kích Thước Tệp | 9.1 KB |
Số Lần Cài Đặt | 726 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-06-27 |
Ngày Phát Hành | 2018-06-26 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | kynetiv |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn |
URL Trang Trợ Giúp | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Devtools Refresh Button", "version": "1.0.2", "manifest_version": 2, "author": "kynetiv", "description": "Adds a simple refresh button (tab) to the Devtools window.", "devtools_page": "devtoolsRefresh.html", "icons": { "16": "refresh16.png", "32": "refresh32.png", "128": "refresh128.png" } } |