Reload CSS
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…
Reload CSS là gì?
Reload CSS là một tiện ích mở rộng Chrome được phát triển bởi Ozawa Masayuki, và tính năng chính của nó là "By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.…".
Ả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 CSS
Tải xuống các tệp mở rộng Reload CSS 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
By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe. Minimum resource usage (only activated when the extension's icon was clicked). Open sourced.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reload CSS |
ID | ckaofffdgmblmfkglibpaleigpldjjem |
URL Chính Thức | https://chromewebstore.google.com/detail/reload-css/ckaofffdgmblmfkglibpaleigpldjjem |
Mô tả | By clicking icon, this extension reloads only the CSS files loaded in the active tab. Can also reload CSS files within iframe.… |
Kích Thước Tệp | 7.48 KB |
Số Lần Cài Đặt | 2,509 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-11-22 |
Ngày Phát Hành | 2018-09-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Ozawa Masayuki |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ozami/reload-css |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload CSS", "description": "", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |