Reload crashed
Auto reload crashed tabs.
什么是Reload crashed?
Reload crashed是由thamjtuyettuong开发的Chrome扩展程序,该扩展的主要功能是“Auto reload crashed tabs.”。
扩展截图
下载Reload crashed扩展crx文件
下载Reload crashed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An extension helps to stay productive. When some tab crashs an extension reloads it. 扩展基本信息
| 名称 | |
| ID | mdnfjifdpbngbbpcbbfhiponchflmijm |
| 官方URL | https://chromewebstore.google.com/detail/reload-crashed/mdnfjifdpbngbbpcbbfhiponchflmijm |
| 简介 | Auto reload crashed tabs. |
| 文件大小 | 10.56 KB |
| 安装次数 | 67 |
| 当前版本 | 1.2 |
| 更新时间 | 2021-06-21 |
| 上架时间 | 2021-06-20 |
| 开发者 | thamjtuyettuong |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reload crashed",
"description": "Auto reload crashed tabs.",
"version": "1.2",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_title": "Reload crashed",
"default_icon": "icon.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |