No Cache
Ensure that you see your page without client and server caches
No Cache là gì?
No Cache là một tiện ích mở rộng Chrome được phát triển bởi Roman Hlushko, và tính năng chính của nó là "Ensure that you see your page without client and server caches".
Ả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 No Cache
Tải xuống các tệp mở rộng No Cache 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
Take cache cleaning to the next level! No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No Cache |
ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
URL Chính Thức | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
Mô tả | Ensure that you see your page without client and server caches |
Kích Thước Tệp | 18.36 KB |
Số Lần Cài Đặt | 170 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-03-31 |
Ngày Phát Hành | 2020-03-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Roman Hlushko |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/roma-glushko/no-cache-extension |
URL Trang Trợ Giúp | https://github.com/roma-glushko/no-cache-extension |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cache", "version": "1.0", "description": "Ensure that you see your page without client and server caches", "browser_action": { "default_title": "No Cache!" }, "icons": { "120": "\/images\/icon-120.png" }, "background": { "scripts": [ "actions.js" ], "persistent": false }, "permissions": [ "activeTab", "browsingData", "contextMenus" ] } |