Refresh All Tabs
Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
什么是Refresh All Tabs?
Refresh All Tabs是由Kingston Fung开发的Chrome扩展程序,该扩展的主要功能是“Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.”。
扩展截图
下载Refresh All Tabs扩展crx文件
下载Refresh All Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!                     扩展基本信息
| 名称 |   |  
| ID | admnmicookbgmlgijaaonkeeclaoigch | 
| 官方URL | https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch | 
| 简介 | Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all. | 
| 文件大小 | 19.66 KB | 
| 安装次数 | 356 | 
| 当前版本 | 0.0.0.1 | 
| 更新时间 | 2023-07-08 | 
| 上架时间 | 2020-10-05 | 
| 评分 | 5.00/5 共4次评分 | 
| 开发者 | Kingston Fung | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/kingstonfung/refresh-all-tabs | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh All Tabs",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Refresh All Tabs"
    },
    "background": {
        "scripts": [
            "js\/refresh-all-tabs.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}  |  |