Cache Buster
Append a random query parameter to any page.
什么是Cache Buster?
Cache Buster是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Append a random query parameter to any page.”。
扩展截图
下载Cache Buster扩展crx文件
下载Cache Buster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps you to reload the page by automatically adding a cache buster parameter to the URL. 扩展基本信息
| 名称 | |
| ID | ddmncmoalbogclpicdmnhemgbhfapfhc |
| 官方URL | https://chromewebstore.google.com/detail/cache-buster/ddmncmoalbogclpicdmnhemgbhfapfhc |
| 简介 | Append a random query parameter to any page. |
| 文件大小 | 8.34 KB |
| 安装次数 | 790 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-08-10 |
| 上架时间 | 2018-08-09 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cache Buster",
"author": "Sahib J. Leo",
"version": "1.0",
"description": "Append a random query parameter to any page.",
"icons": {
"16": "images\/cache-buster-icon-16x16.png",
"32": "images\/cache-buster-icon-32x32.png",
"64": "images\/cache-buster-icon-64x64.png",
"128": "images\/cache-buster-icon-128x128.png"
},
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "images\/cache-buster-icon-16x16.png",
"32": "images\/cache-buster-icon-32x32.png",
"64": "images\/cache-buster-icon-64x64.png",
"128": "images\/cache-buster-icon-128x128.png"
}
}
} | |