Refresh all windows
This will refresh all tabs in all windows.
什么是Refresh all windows?
Refresh all windows是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This will refresh all tabs in all windows.”。
下载Refresh all windows扩展crx文件
下载Refresh all windows扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Refresh all tabs in all windows at once. 扩展基本信息
| 名称 | |
| ID | jbmkeloifnkohclofiomelojjgpdjjcp |
| 官方URL | https://chromewebstore.google.com/detail/refresh-all-windows/jbmkeloifnkohclofiomelojjgpdjjcp |
| 简介 | This will refresh all tabs in all windows. |
| 文件大小 | 7.98 KB |
| 安装次数 | 1,107 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-06-21 |
| 上架时间 | 2017-06-20 |
| 评分 | 4.50/5 共6次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Refresh all windows",
"description": "This will refresh all tabs in all windows.",
"version": "1.0",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Refresh all tabs in all windows!"
},
"permissions": [
"tabs",
"windows"
]
} | |