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.

¿Qué es Oh No You Didn't!?

Oh No You Didn't! es una extensión de Chrome desarrollada por andrewspode, y su función principal es "Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Oh No You Didn't!

Descarga archivos de extensión Oh No You Didn't! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Oh No You Didn't! Oh No You Didn't!
ID acdablfhjbhkjbcifldncdkmlophfgda
URL Oficial https://chromewebstore.google.com/detail/oh-no-you-didnt/acdablfhjbhkjbcifldncdkmlophfgda
Descripción Automatically reload tabs that have crashed (Aw Snap! He's Dead Jim etc.). Handy for Kiosk mode where access is limited.
Tamaño del Archivo 8.27 KB
Cantidad de Instalaciones 24,620
Versión Actual 1.0.5
Última Actualización 2021-12-15
Fecha de Publicación 2019-06-16
Calificación 3.31/5 Total de 13 Calificaciones
Desarrollador andrewspode
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/andrewspode/ohnoyoudidnt/tree/master
Idiomas Soportados 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:\/\/*\/"
    ]
}