Cache Bomb
Cache-busts the current page.
Cache Bomb là gì?
Cache Bomb là một tiện ích mở rộng Chrome được phát triển bởi Nicholas Scheurich, và tính năng chính của nó là "Cache-busts the current page.".
Tải xuống tệp CRX của tiện ích mở rộng Cache Bomb
Tải xuống các tệp mở rộng Cache Bomb 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
Appends the current datetime to URL as a valueless request parameter. Currently overwrites existing URL params. Request features and report bugs at https://github.com/ngscheurich/cache_bomb. Logo icons are from the excellent Nucleo set (https://nucleoapp.com/).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cache Bomb |
ID | balfpnjonknhioomnkiebocaalohjkpk |
URL Chính Thức | https://chromewebstore.google.com/detail/cache-bomb/balfpnjonknhioomnkiebocaalohjkpk |
Mô tả | Cache-busts the current page. |
Kích Thước Tệp | 9.42 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-07-19 |
Ngày Phát Hành | 2016-07-19 |
Nhà Phát Triển | Nicholas Scheurich |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ngscheurich/cache_bomb |
URL Trang Trợ Giúp | https://github.com/ngscheurich/cache_bomb/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Bomb", "version": "1.1", "description": "Cache-busts the current page.", "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Cache-bust the current page." }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |