Oh No You Didn't!
Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
什么是Oh No You Didn't!?
Oh No You Didn't!是由andrewspode开发的Chrome扩展程序,该扩展的主要功能是“Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.”。
扩展截图
下载Oh No You Didn't!扩展crx文件
下载Oh No You Didn't!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome has a habit of crashing, often for no real reason. When running a Kiosk, or Digital Signage - the ability the quickly reload the page is essential. This plugin does exactly that. This is not a replacement for correcting problems in the first place (memory leaks especially) and isn't particularly useful in an everyday environment, where you can simply press the refresh button yourself.
扩展基本信息
名称 | Oh No You Didn't! |
ID | acdablfhjbhkjbcifldncdkmlophfgda |
官方URL | https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda |
简介 | Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited. |
文件大小 | 8.27 KB |
安装次数 | 24,620 |
当前版本 | 1.0.5 |
更新时间 | 2021-12-15 |
上架时间 | 2019-06-16 |
评分 | 3.31/5 共13次评分 |
开发者 | andrewspode |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/andrewspode/ohnoyoudidnt/tree/master |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oh No You Didn't!", "version": "1.0.5", "manifest_version": 2, "description": "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.", "homepage_url": "http:\/\/github.com\/unclespode\/ohnoyoudidnt", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "file:\/\/*\/" ] } |